kann nicht geöffnet werden jupyter(ipython) notebook auf browser

Ich bin mit python3.5 und jupyter 4.0.6. Ich startete die jupyter notebook, und bekommen die folgende Ausgabe:

[I 21:47:27.021 NotebookApp] Serving notebooks from local directory: /home/nitrous
[I 21:47:27.021 NotebookApp] 0 active kernels
[I 21:47:27.021 NotebookApp] The Jupyter Notebook is running at: http://localhost:8888/
[I 21:47:27.022 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 21:47:27.023 NotebookApp] No web browser found: could not locate runnable browser.

auf meine firefox browser, ich tippte die angegebene url localhost: http://localhost:8888/ aber ich bekomme unable to connect Fehlermeldung. Was bin ich? ist die Andeutung des Problems auf diese Zeile:

[W 21:47:27.023 NotebookApp] No web browser found: could not locate runnable browser.

es ist mein erstes mal mit dem notebook. Ich habe den untenstehenden code in die jupyter_notebook_config.py - Datei, aber ohne Erfolg:

c.NotebookApp.open_browser = True
c.NotebookApp.browser = 'firefox'

er sagt auch 0 active kernels. ist das ein problem?

  • Ist das notebook server läuft auf einem anderen Rechner? Oder in einer virtuellen Maschine? localhost bedeutet 'dieser computer', also die Standard-Einstellungen benötigen, um ausgeführt werden, auf dem gleichen Rechner wie der browser.
InformationsquelleAutor Wally Ali | 2016-02-14
Schreibe einen Kommentar