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

jupyter notebook list not working on cluster? #4031

Open
abalter opened this issue Sep 24, 2018 · 2 comments
Open

jupyter notebook list not working on cluster? #4031

abalter opened this issue Sep 24, 2018 · 2 comments

Comments

@abalter
Copy link

abalter commented Sep 24, 2018

I'm working on a cluster. There is no ssh access to the compute nodes, but I can tunnel to them. I start jupyter on a compute node setting the IP and Port. Then I ssh tunnel to that node and open the notebook in my browser. I wanted to find out what my token is and tried jupyter notebook list in a Jupyter terminal. No notebooks are listed.

image

@takluyver
Copy link
Member

Can you check these in Python:

from notebook.notebookapp import list_running_servers
list(list_running_servers())

from jupyter_core.paths import jupyter_runtime_dir
jupyter_runtime_dir()

@takluyver
Copy link
Member

To get the token, if you're already in an authenticated notebook server, you can right click the Jupyter logo and copy the link.

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

No branches or pull requests

2 participants