Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose session start file in __file__. #1078

Merged
merged 1 commit into from
Jan 24, 2023
Merged

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Jan 24, 2023

Following jupyter-server/jupyter_server#1100, this expose the value of JUPYTER_SESSION_NAME environment variable as __file__. In most cases, this should reflect the notebook file that correspond to current kernel.

It is not set when the env variable is not set. And it represent the name of file at the time the session was created, it will not reflect renaming of the file.

We could support renaming, but that would require the frontend to send the name of the current file; this would be helpful when we have multiple frontends/documents connected to the same kernel, but this would be out of scope for this PR and a longer discussion to have.

Following jupyter-server/jupyter_server#1100, this expose the value of
JUPYTER_SESSION_NAME environment variable as `__file__`. In _most_
cases, this should reflect the notebook file that correspond to current
kernel.

It is not set when the env variable is not set. And it represent the
name of file at the time the session was created, it will not reflect
renaming of the file.

We could support renaming, but that would require the frontend to send
the name of the current file; this would be helpful when we have
multiple frontends/documents connected to the same kernel, but this
would be out of scope for this PR and a longer discussion to have.
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants