##// END OF EJS Templates
Merge pull request #8744 from aavanian/nbconvert-shim-fix...
Min RK -
r21611:4c18aeea merge
parent child Browse files
Show More
@@ -10,7 +10,7 b' from warnings import warn'
10 from IPython.utils.shimmodule import ShimModule, ShimWarning
10 from IPython.utils.shimmodule import ShimModule, ShimWarning
11
11
12 warn("The `IPython.nbconvert` package has been deprecated. "
12 warn("The `IPython.nbconvert` package has been deprecated. "
13 "You should import from ipython_nbconvert instead.", ShimWarning)
13 "You should import from nbconvert instead.", ShimWarning)
14
14
15 # Unconditionally insert the shim into sys.modules so that further import calls
15 # Unconditionally insert the shim into sys.modules so that further import calls
16 # trigger the custom attribute access above
16 # trigger the custom attribute access above
General Comments 0
You need to be logged in to leave comments. Login now