##// END OF EJS Templates
remove extra self in InProcess.enable_matplotlib
MinRK -
Show More
@@ -170,7 +170,7 b' class InProcessInteractiveShell(ZMQInteractiveShell):'
170 170 """Enable matplotlib integration for the kernel."""
171 171 if not gui:
172 172 gui = self.kernel.gui
173 return super(InProcessInteractiveShell, self).enable_matplotlib(self, gui)
173 return super(InProcessInteractiveShell, self).enable_matplotlib(gui)
174 174
175 175 def enable_pylab(self, gui=None, import_all=True, welcome_message=False):
176 176 """Activate pylab support at runtime."""
General Comments 0
You need to be logged in to leave comments. Login now