mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
add python -m
entry points for everything
This commit is contained in:
parent
96c1af0ce4
commit
a94983e035
3
IPython/html/__main__.py
Normal file
3
IPython/html/__main__.py
Normal file
@ -0,0 +1,3 @@
|
||||
if __name__ == '__main__':
|
||||
from IPython.html import notebookapp as app
|
||||
app.launch_new_instance()
|
Loading…
Reference in New Issue
Block a user