Show More
@@ -10,7 +10,7 b' from warnings import warn' | |||
|
10 | 10 | from IPython.utils.shimmodule import ShimModule, ShimWarning |
|
11 | 11 | |
|
12 | 12 | warn("The `IPython.nbconvert` package has been deprecated. " |
|
13 |
"You should import from |
|
|
13 | "You should import from nbconvert instead.", ShimWarning) | |
|
14 | 14 | |
|
15 | 15 | # Unconditionally insert the shim into sys.modules so that further import calls |
|
16 | 16 | # trigger the custom attribute access above |
General Comments 0
You need to be logged in to leave comments.
Login now