When I run "jupyter notebook" from the Anaconda prompt, I get a redirect notice and then just a blank webpage. No directories or menus or any text whatsoever. I am running windows 10 x64 jupyter v 4.4.0 and notebook v5.7.4. I cannot find any relevant posts that might help.
I also have Python 3.7.2 installed on my system
The only thing I can do is cntl-c the Anaconda Prompt. I don't get any prompt to kill the process. I also get : [I 12:02:38.195 NotebookApp] Interrupted...
[I 12:02:38.196 NotebookApp] Shutting down 0 kernels
so do i. blank page show when I login jupyer。 after Installing manim and some depandent。 latex,
I can't get Chrome to work. I do get Edge to work somewhat. I had to install tornado==5.1.1 and then I get things to work so far (not fully tested).
pip uninstall notebook
pip install notebook==5.7.5
I had try the way that changing version of notebook. thus fixing the problom of display , jupyter do not work when run the cell. So, I had to install an anther version of python and jupyter to fix that.
This seems to be a duplicate of issue #4469.
Hi,
I am also having this issue and i noticed something while opening devTools on the browser and looking at the Terminal console.

It seems like the latest version of Jupyter tries to load data for the webserver from
/Users/benjaminrk/dev/jpy...
Since this directory doesnt exist on my computer it returns a 404. it seems benjaminrk is a developer of Jupyter or Ipython.
Hoping this helps and gets it fixed soon.
Thank you
This will be fixed by 5.7.7, duplicate of #4503
pip uninstall notebook
pip install notebook==5.7.5
Thanks! I am looking for many... finally using your method it works! Thank you very much!!!
Most helpful comment
pip uninstall notebook
pip install notebook==5.7.5