##// END OF EJS Templates
IPython.core.pylabtools: fix configure_inline_support import...
Andrew J. Hesford -
Show More
@@ -383,6 +383,6 b' def configure_inline_support(shell, backend):'
383 stacklevel=2,
383 stacklevel=2,
384 )
384 )
385
385
386 from matplotlib_inline.backend_inline import configure_inline_support_orig
386 from matplotlib_inline.backend_inline import configure_inline_support as configure_inline_support_orig
387
387
388 configure_inline_support_orig(shell, backend)
388 configure_inline_support_orig(shell, backend)
General Comments 0
You need to be logged in to leave comments. Login now