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

problems starting notebook; doesn't see existing files and will not allow creation of new ones #2400

Closed
doolingdavid opened this issue Apr 11, 2017 · 12 comments

Comments

@doolingdavid
Copy link

Out of nowhere today, when I start a new kernel / server

jupyter notebook
a window opens up in the browser as usual, but none of the files are visible and I can't create a new one either.

I shut down my computer and updated anaconda and juypyter and tried again, but the problem persists.
I don't understand at all! I am using jupyter notebook version 4.4.1

@gnestor
Copy link
Contributor

gnestor commented Apr 11, 2017

Are you seeing an notebook server errors in the terminal? Are you starting the server in the same directory as before? Can you try upgrading to notebook 5 to see if that helps?

@doolingdavid
Copy link
Author

doolingdavid commented Apr 12, 2017 via email

@gnestor
Copy link
Contributor

gnestor commented Apr 12, 2017

Ya, this was introduced with notebook 4.3.0 so that explains it! Here is some info about the token-based authentication: http://jupyter-notebook.readthedocs.io/en/latest/changelog.html#release-4-3

@gnestor gnestor closed this as completed Apr 12, 2017
@takluyver
Copy link
Member

If Jupyter opens the browser, it should automatically pass the token in for you. It's weird that that's apparently not happening.

@minrk minrk added this to the Reference milestone Sep 13, 2018
@docian
Copy link

docian commented Mar 24, 2019

same problem for me...

@siebenbrunner
Copy link

I had this start happening yesterday as well. No files nor folders shown regardless of which directory I started the notebook in and couldn't open a new Notebook, pasting a token link didn't work for me either.

I found out the issue for me was I had to replace the tornado package with an older version for installing a different package. I updated tornado to the latest version, now everything is working again.

@ltalirz
Copy link

ltalirz commented Sep 26, 2019

Just to add some more specifics: this occurs when using notebook>=6 with tornado<5

E.g. try pip install 'notebook<6' or conda install 'notebook<6'.

@maaarleila
Copy link

Had the same issue a few days ago. I couldn't see any folders or files. I tried to update Tornado first, then Anaconda completely. Even a new installation did not help.

Solution for me: It was not a package or Anaconda itself, but the adblocker... (I use Opera version: 65.0.3467.78)

@Amberjay18
Copy link

maybe guys have a try to downgrade the notebook to 5.7.5 use commond:
pip install notebook==5.7.5

@olawaleibrahim
Copy link

Downgrading jupyter notebook worked for me. I used: conda install 'notebook<6'

@rallen10
Copy link

I can confirm, this still a problem with notebook==6.0.3. Using conda install notebook<6 as recommended by @olawaleibrahim worked for (i.e. it installed version 5.7.10 which did not exhibit this issue)

@ogkdmr
Copy link

ogkdmr commented Sep 24, 2020

Just try conda update --all. Updating all the packages took less than 3 minutes and solved the problem for me. You should not need to downgrade your software to solve an issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests