Show More
@@ -15,3 +15,6 b' from IPython.utils.shimmodule import ShimModule' | |||||
15 | sys.modules['IPython.html'] = ShimModule( |
|
15 | sys.modules['IPython.html'] = ShimModule( | |
16 | src='IPython.html', mirror='jupyter_notebook') |
|
16 | src='IPython.html', mirror='jupyter_notebook') | |
17 |
|
17 | |||
|
18 | if __name__ == '__main__': | |||
|
19 | from jupyter_notebook import notebookapp as app | |||
|
20 | app.launch_new_instance() |
General Comments 0
You need to be logged in to leave comments.
Login now