I am using python3.5 and jupyter 4.0.6 . I ran jupyter notebook and got the following output:
[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.
in my firefox browser, I typed in the specified localhost url: http://localhost:8888/ , but I get an error message unable to connect . What am I missing? this is a hint of this problem:
[W 21:47:27.023 NotebookApp] No web browser found: could not locate runnable browser.
This is my first time using a laptop. I tried to put the code below in the jupyter_notebook_config.py file, but to no avail:
c.NotebookApp.open_browser = True c.NotebookApp.browser = 'firefox'
he also says 0 active kernels . This is problem?
source share