2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-01-30 12:11:32 +08:00
notebook/IPython/html/__main__.py

4 lines
105 B
Python

if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()