mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
4 lines
109 B
Python
4 lines
109 B
Python
if __name__ == '__main__':
|
|
from jupyter_notebook import notebookapp as app
|
|
app.launch_new_instance()
|