jupyter / jupyter/notebook

Jupyter notebook page isn't working

Open
#3,750 3 comments 1 reaction 0 assignees View on GitHub
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
```
![image](https://user-images.githubusercontent.com/16172194/42610218-09fd51ec-85c3-11e8-875a-a3763e650450.png)

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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.