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