jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.79k stars 5.01k forks source link

notebook will not start automatically on Mac 10.12.5 #2546

Open doutriaux1 opened 7 years ago

doutriaux1 commented 7 years ago
doutriaux1@loki:[~]:[9232]> jupyter-notebook --version
5.0.0
jdoutriaux1@loki:[~]:[9241]> jupyter-notebook 
[I 05:03:13.264 NotebookApp] [nb_conda_kernels] enabled, 3 kernels found
[I 05:03:14.107 NotebookApp] [nb_conda] enabled
[I 05:03:14.117 NotebookApp] Serving notebooks from local directory: /Users/doutriaux1
[I 05:03:14.117 NotebookApp] 0 active kernels 
[I 05:03:14.117 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/?token=7a0d3243454dc3cc01244324f1313c36a8e2e61a13a271b6
[I 05:03:14.117 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 05:03:14.119 NotebookApp] 

    Copy/paste this URL into your browser when you connect for the first time,
    to login with a token:
        http://localhost:8888/?token=7a0d3243454dc3cc01244324f1313c36a8e2e61a13a271b6
0:97: execution error: "http://localhost:8888/tree?token=6c288fdd4e609d39fd361c6358d4fcdcd44e294178d5d3cb" doesn’t understand the “open location” message. (-1708)

Copy/pasting the URL does work Used to work fine on 10.12.3

AlloriMD commented 7 years ago

Yes, I have the same problem (Jupyter v. 4.3.0 and Jupyter-Notebook v. 5.0.0). I tried a fresh install in a new conda environment, but I get the same error message.

Localhost is set up correctly -- you can launch by copying-and-pasting the URL into the browser; however, the terminal fails to automatically launch the browser and open that URL. The error message ("doesn't understand the 'open location' message") makes me think it's an AppleTalk error or something similar.

Thoughts?

dopplershift commented 7 years ago

See: http://www.andrewjaffe.net/blog/2017/05/python-bug-hunt.html