This website requires JavaScript.
Explore
Help
Sign In
mirror
/
notebook
Watch
2
Star
0
Fork
0
You've already forked notebook
mirror of
https://github.com/jupyter/notebook.git
synced
2024-12-21 04:10:17 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5f2dea1c8e
notebook
/
scripts
/
jupyter-notebook
7 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Notebook is a JupyterApp
2015-04-11 06:22:55 +08:00
#!/usr/bin/env python
s/jupyter_notebook/notebook
2015-05-14 01:56:32 +08:00
from notebook.notebookapp import main
Notebook is a JupyterApp
2015-04-11 06:22:55 +08:00
if __name__ == '__main__':
main()
Reference in New Issue
Copy Permalink