Issue
Jupyter notebook comes with the useful command:
jupyter notebook list
which outputs all the running server instances for the current user. Besides it lists the relevant access tokens.
Jupyter lab seems not to have this feature.
Cruising through the jupyter lab
manual I could not find the analogous command (not the analogous syntax seems to work).
Any suggestion on how to get ports and tokens for the running servers?
Solution
If you are using JupyterLab 3.0+, the command you're looking for is:
jupyter server list
Answered By - abdallahrrrr
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.