diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 5fcb049..3472ee6 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -3667,6 +3667,7 @@ class InteractiveShell(SingletonConfigurable): pt.activate_matplotlib(backend) from matplotlib_inline.backend_inline import configure_inline_support + configure_inline_support(self, backend) # Now we must activate the gui pylab wants to use, and fix %run to take