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 does not show anything in browser #4491

Closed
stephenmdicke27 opened this issue Mar 19, 2019 · 10 comments
Closed

Jupyter Notebook does not show anything in browser #4491

stephenmdicke27 opened this issue Mar 19, 2019 · 10 comments

Comments

@stephenmdicke27
Copy link

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.

@stephenmdicke27
Copy link
Author

I also have Python 3.7.2 installed on my system

@stephenmdicke27
Copy link
Author

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

@ub3132003
Copy link

so do i. blank page show when I login jupyer。 after Installing manim and some depandent。 latex,

@stephenmdicke27
Copy link
Author

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).

@alifuk
Copy link

alifuk commented Mar 21, 2019

pip uninstall notebook
pip install notebook==5.7.5

@ub3132003
Copy link

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.

@ciupicri
Copy link

This seems to be a duplicate of issue #4469.

@VictorXLR
Copy link

Hi,

I am also having this issue and i noticed something while opening devTools on the browser and looking at the Terminal console.

image

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

@minrk
Copy link
Member

minrk commented Mar 27, 2019

This will be fixed by 5.7.7, duplicate of #4503

@minrk minrk closed this as completed Mar 27, 2019
@minrk minrk added this to the 5.7.7 milestone Mar 27, 2019
@lllll111772
Copy link

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!!!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 4, 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

7 participants