From 08c6d12c6ad9788a3a7c84120220c1afdcbb3947 2024-02-12 12:53:29 From: Ian Thomas Date: 2024-02-12 12:53:29 Subject: [PATCH] Linting --- 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