##// END OF EJS Templates
Linting
Ian Thomas -
Show More
@@ -3667,6 +3667,7 b' class InteractiveShell(SingletonConfigurable):'
3667 pt.activate_matplotlib(backend)
3667 pt.activate_matplotlib(backend)
3668
3668
3669 from matplotlib_inline.backend_inline import configure_inline_support
3669 from matplotlib_inline.backend_inline import configure_inline_support
3670
3670 configure_inline_support(self, backend)
3671 configure_inline_support(self, backend)
3671
3672
3672 # Now we must activate the gui pylab wants to use, and fix %run to take
3673 # Now we must activate the gui pylab wants to use, and fix %run to take
General Comments 0
You need to be logged in to leave comments. Login now