Jupyter notebook
by Drosera_capensis from LinuxQuestions.org on (#4Y5MR)
Hello everyone,
I have a little trouble with Jupyter Notebook, which is not opening in my browser.
I have spent the last two hours on tutorials to solve the problem, and just don't understand what the cause of it.
I am working on Ubuntu 19.04 disco dingo.
I have installed jupyter core 4.6.1, and jupyter-notebook : 5.7.8.
Code:
user@host:~$ jupyter notebook
[I 14:08:44.748 NotebookApp] The port 8888 is already in use, trying another port.
[I 14:08:44.753 NotebookApp] Serving notebooks from local directory: /home/usr
[I 14:08:44.754 NotebookApp] The Jupyter Notebook is running at:
[I 14:08:44.754 NotebookApp] http://localhost:8889/?token=e689e92b21a8e1a1af49753fd70df83150ea132e31e27fa2
[I 14:08:44.754 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 14:08:44.756 NotebookApp]
To access the notebook, open this file in a browser:
file:///home/usr/.local/share/jupyter/runtime/nbserver-6350-open.html
Or copy and paste one of these URLs:
http://localhost:8889/?token=e689e92b21a8e1a1af49753fd70df83150ea132e31e27fa2
Would anyone know why the Jupyter notebook is not opening directly in a browser?
Thanks for your help.


I have a little trouble with Jupyter Notebook, which is not opening in my browser.
I have spent the last two hours on tutorials to solve the problem, and just don't understand what the cause of it.
I am working on Ubuntu 19.04 disco dingo.
I have installed jupyter core 4.6.1, and jupyter-notebook : 5.7.8.
Code:
user@host:~$ jupyter notebook
[I 14:08:44.748 NotebookApp] The port 8888 is already in use, trying another port.
[I 14:08:44.753 NotebookApp] Serving notebooks from local directory: /home/usr
[I 14:08:44.754 NotebookApp] The Jupyter Notebook is running at:
[I 14:08:44.754 NotebookApp] http://localhost:8889/?token=e689e92b21a8e1a1af49753fd70df83150ea132e31e27fa2
[I 14:08:44.754 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 14:08:44.756 NotebookApp]
To access the notebook, open this file in a browser:
file:///home/usr/.local/share/jupyter/runtime/nbserver-6350-open.html
Or copy and paste one of these URLs:
http://localhost:8889/?token=e689e92b21a8e1a1af49753fd70df83150ea132e31e27fa2
Would anyone know why the Jupyter notebook is not opening directly in a browser?
Thanks for your help.