-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Original report by Anonymous.
Since version 5.0.0, jupyter_client sets the sticky bit on the connection info file and its parent directory. This is to avoid the file being unexpectedly "garbage collected". See
fixes in 5.0.0
This is harmless since the file is normally placed in /run/user/$uid/jupyter which is only used for that purpose.
Now remote_ikernel copies the connection info file on the remote machine in the current directory, resulting in that directory having its sticky bit set. This may be an unwanted side effect.
How about putting the remote copy of the connection info file also in /run/user/$uid/jupyter (on the remote machine).