How to access notebook name in JupyterLab without ipylab? #139
Answered
by
jtpio
liquidcarbon
asked this question in
Q&A
-
ipylab is wonderful, just wanted to minimize dependencies :) context: jupyter/notebook#7293 |
Beta Was this translation helpful? Give feedback.
Answered by
jtpio
May 17, 2024
Replies: 1 comment 1 reply
-
@liquidcarbon you can try reading the import os
os.environ.get('JPY_SESSION_NAME') |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
liquidcarbon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@liquidcarbon you can try reading the
JPY_SESSION_NAME
environment variable with: