Show More
@@ -9,12 +9,12 b' from warnings import warn' | |||||
9 |
|
9 | |||
10 | warn("The `IPython.html` package has been deprecated. " |
|
10 | warn("The `IPython.html` package has been deprecated. " | |
11 | "You should import from `notebook` instead. " |
|
11 | "You should import from `notebook` instead. " | |
12 |
"`IPython.html.widgets` has moved to `ipy |
|
12 | "`IPython.html.widgets` has moved to `ipywidgets`.") | |
13 |
|
13 | |||
14 | from IPython.utils.shimmodule import ShimModule |
|
14 | from IPython.utils.shimmodule import ShimModule | |
15 |
|
15 | |||
16 | _widgets = sys.modules['IPython.html.widgets'] = ShimModule( |
|
16 | _widgets = sys.modules['IPython.html.widgets'] = ShimModule( | |
17 |
src='IPython.html.widgets', mirror='ipy |
|
17 | src='IPython.html.widgets', mirror='ipywidgets') | |
18 |
|
18 | |||
19 | _html = ShimModule( |
|
19 | _html = ShimModule( | |
20 | src='IPython.html', mirror='notebook') |
|
20 | src='IPython.html', mirror='notebook') |
General Comments 0
You need to be logged in to leave comments.
Login now