Jupyter notebook page isn't working
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
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
```

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.
Contributor guide
Research direction
Reproduce the issue with `conda install jupyter` followed by `jupyter notebook`, then inspect the terminal output and the reported localhost URL in a browser. Done means the Jupyter notebook page loads successfully instead of returning ERR_EMPTY_RESPONSE; no source file or test is identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, jupyter-notebook, python
- Domain
- backend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100