Show More
@@ -2,7 +2,8 b'' | |||||
2 | Shim to maintain backwards compatibility with old frontend imports. |
|
2 | Shim to maintain backwards compatibility with old frontend imports. | |
3 |
|
3 | |||
4 | We have moved all contents of the old `frontend` subpackage into top-level |
|
4 | We have moved all contents of the old `frontend` subpackage into top-level | |
5 |
subpackages (`html`, `qt` and `terminal`) |
|
5 | subpackages (`html`, `qt` and `terminal`), and flattened the notebook into | |
|
6 | just `IPython.html`, formerly `IPython.frontend.html.notebook`. | |||
6 |
|
7 | |||
7 | This will let code that was making `from IPython.frontend...` calls continue |
|
8 | This will let code that was making `from IPython.frontend...` calls continue | |
8 | working, though a warning will be printed. |
|
9 | working, though a warning will be printed. |
General Comments 0
You need to be logged in to leave comments.
Login now