Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a88ad30 + 1a273e4 commit 4c18aeeCopy full SHA for 4c18aee
IPython/nbconvert.py
@@ -10,7 +10,7 @@
10
from IPython.utils.shimmodule import ShimModule, ShimWarning
11
12
warn("The `IPython.nbconvert` package has been deprecated. "
13
- "You should import from ipython_nbconvert instead.", ShimWarning)
+ "You should import from nbconvert instead.", ShimWarning)
14
15
# Unconditionally insert the shim into sys.modules so that further import calls
16
# trigger the custom attribute access above
0 commit comments