notebook/jupyter_notebook/__main__.py
2015-04-08 23:04:21 -07:00

4 lines
109 B
Python

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