Ipython notebook nicht starten auf Befehl-Linie

Ich versuchte, Sie zu öffnen ipython im terminal mit ipython notebook und es wird nicht geöffnet ipython notebook. Es gibt die folgende Fehlermeldung:

| ~/documents/ud120-projects/datasets_questions @ HJ (JiaHui)
| => ipython notebook
[TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and 
will be removed in future versions.
[TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook` in 
the future
[I 14:46:50.516 NotebookApp] Serving notebooks from local directory: 
/Users/JiaHui/Documents/ud120-projects/datasets_questions
[I 14:46:50.517 NotebookApp] 0 active kernels 
[I 14:46:50.517 NotebookApp] The Jupyter Notebook is running at: 
http://localhost:8888/?token=ef13f681f4d61223064e41a5a9e369813c155d27b0103471
[I 14:46:50.517 NotebookApp] Use Control-C to stop this server and shut down 
all kernels (twice to skip confirmation).
[C 14:46:51.567 NotebookApp] 

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

Habe ich aktualisiert conda jupyter aber es immer noch nicht funktionieren. Wie kann ich dieses Problem beheben?

  • btw, ich habe auch jupyter notebook auf cmd, es gibt den gleichen Fehler.
  • Besprochen und gelöst auf der Jupyter GitHub-Foren und im diesem blog-post.
  • Ich folgte die Antwort mit Kiem Nguyen, aber der Letzte Schritt, den ich kopiert die 'c.NotebookApp.browser = u'chrome' ' aus der Antwort, anstatt das hinzufügen von 'chrome', um die Datei. Dann habe ich es geschafft.
InformationsquelleAutor Hanshenry90 | 2017-05-18
Schreibe einen Kommentar