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.
1 parent a88ad30 commit 1a273e4Copy full SHA for 1a273e4
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