Guest User

Untitled

a guest
Dec 15th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. $ jupyter notebook --help
  2. The Jupyter HTML Notebook.
  3.  
  4. This launches a Tornado based HTML Notebook Server that serves up an
  5. HTML5/Javascript Notebook client.
  6.  
  7. Subcommands
  8. -----------
  9.  
  10. Subcommands are launched as `jupyter-notebook cmd [args]`. For information on
  11. using subcommand 'cmd', do: `jupyter-notebook cmd -h`.
  12.  
  13. list
  14. List currently running notebook servers.
  15. stop
  16. Stop currently running notebook server for a given port
  17. password
  18. Set a password for the notebook server.
  19.  
  20. Options
  21. -------
  22. ...
  23.  
  24. $ jupyter notebook list
  25. Currently running servers:
  26. http://localhost:8888/ :: /Users/myuser/dev/ipython-website
  27. http://localhost:8889/ :: /Users/myuser
Add Comment
Please, Sign In to add comment