Show More
@@ -13,12 +13,12 b' warn("The `IPython.html` package has been deprecated. "' | |||
|
13 | 13 | |
|
14 | 14 | from IPython.utils.shimmodule import ShimModule |
|
15 | 15 | |
|
16 | sys.modules['IPython.html'] = ShimModule( | |
|
17 | src='IPython.html', mirror='jupyter_notebook') | |
|
18 | ||
|
19 | 16 | sys.modules['IPython.html.widgets'] = ShimModule( |
|
20 | 17 | src='IPython.html.widgets', mirror='ipython_widgets') |
|
21 | 18 | |
|
19 | sys.modules['IPython.html'] = ShimModule( | |
|
20 | src='IPython.html', mirror='jupyter_notebook') | |
|
21 | ||
|
22 | 22 | if __name__ == '__main__': |
|
23 | 23 | from jupyter_notebook import notebookapp as app |
|
24 | 24 | app.launch_new_instance() |
General Comments 0
You need to be logged in to leave comments.
Login now