Skip to content

How to access notebook name in JupyterLab without ipylab? #139

Answered by jtpio
liquidcarbon asked this question in Q&A
Discussion options

You must be logged in to vote

@liquidcarbon you can try reading the JPY_SESSION_NAME environment variable with:

import os
os.environ.get('JPY_SESSION_NAME')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@liquidcarbon
Comment options

Answer selected by liquidcarbon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants