You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inject session identifier into environment variable.
There are many use case where users want to know the current notebook
name/path. This help by adding a session identifier (to not really say
this is the current notebook name), and by default make it the full path
to the notebook document that created the session.
This will of course not work if the notebook get renamed, but we can
tackle this later.
See also jupyter/jupyter_client#656,
#6180. It will need to be ported
to jupyter_server as well.
0 commit comments