You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
When running Jupyter notebook on a local server, the URL provided can't be copied and pasted directly into a browser. For example:
$ jupyter notebook --ip=0.0.0.0
[I 09:11:58.491 NotebookApp] Serving notebooks from local directory: /home/jontwo/repositories [I 09:11:58.491 NotebookApp] The Jupyter Notebook is running at:
[I 09:11:58.491 NotebookApp] http://(servername or 127.0.0.1):8888/?token=0f3201eec3db4d5ec99cbdf1b9357dcc9351955f742762d3
[I 09:11:58.491 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[W 09:11:58.491 NotebookApp] No web browser found: could not locate runnable browser.
[C 09:11:58.491 NotebookApp]
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://(servername or 127.0.0.1):8888/?token=0f3201eec3db4d5ec99cbdf1b9357dcc9351955f742762d3
It would be more useful if the message was something like:
Copy/paste this URL into your browser when you connect for the first time,
to login with a token:
http://servername:8888/?token=0f3201eec3db4d5ec99cbdf1b9357dcc9351955f742762d3
or
http://127.0.0.1:8888/?token=0f3201eec3db4d5ec99cbdf1b9357dcc9351955f742762d3
The text was updated successfully, but these errors were encountered:
When running Jupyter notebook on a local server, the URL provided can't be copied and pasted directly into a browser. For example:
It would be more useful if the message was something like:
The text was updated successfully, but these errors were encountered: