Notebook: Jupyter notebook page isn't working

Created on 12 Jul 2018  路  2Comments  路  Source: jupyter/notebook

I used anaconda to install jupyter by conda install jupyter and typed in jupyter notebook in terminal, and then got

Copy/paste this URL into your browser when you connect for the first time,
    to login with a token:
        http://localhost:8888/?token=c633122d1d2b5062f16fe5ba1791704a3fcdc0e6daafc7f4&token=c633122d1d2b5062f16fe5ba1791704a3fcdc0e6daafc7f4

This process seems to work fine. However, while I look at the page jupyter opened, It breaks down.

This page isn't working
localhost didn't send any data
ERR_EMPTY_RESPONSE

image

I have tried to uninstall and reinstall jupyter and reinstall anaconda, but both two ways didn't work. I am wondering if the misconfiguration for jupyter $PATH should account for this bug as I have changed the path of Jupyter before(But I forgot the detail).
Can you help me ?

More background information here: Mac pro, uninstalled and reinstalled the latest version Anaconda 4.5.5 with python3.6 64bit. By the way, even if I try to install Jupyter with pip, it still displays the same "not working" page.

Most helpful comment

I ran into this issue, too. Running the command as below solved my situation:
jupyter notebook --ip="0.0.0.0"
I'm using version 4.4.0. Got the solution from https://github.com/waleedka/modern-deep-learning-docker/pull/3#issuecomment-358281874

All 2 comments

I ran into this issue, too. Running the command as below solved my situation:
jupyter notebook --ip="0.0.0.0"
I'm using version 4.4.0. Got the solution from https://github.com/waleedka/modern-deep-learning-docker/pull/3#issuecomment-358281874

I ran into this issue, too. Running the command as below solved my situation:
jupyter notebook --ip="0.0.0.0"
I'm using version 4.4.0. Got the solution from waleedka/modern-deep-learning-docker#3 (comment)

Thank you for the solution.

Was this page helpful?
0 / 5 - 0 ratings