##// END OF EJS Templates
don't load gui/pylab in console frontend
MinRK -
Show More
@@ -118,6 +118,10 b' class ZMQTerminalIPythonApp(TerminalIPythonApp, IPythonConsoleApp):'
118 display_banner=False, profile_dir=self.profile_dir,
118 display_banner=False, profile_dir=self.profile_dir,
119 ipython_dir=self.ipython_dir, kernel_manager=self.kernel_manager)
119 ipython_dir=self.ipython_dir, kernel_manager=self.kernel_manager)
120
120
121 def init_gui_pylab(self):
122 # no-op, because we don't want to import matplotlib in the frontend.
123 pass
124
121 def handle_sigint(self, *args):
125 def handle_sigint(self, *args):
122 if self.shell._executing:
126 if self.shell._executing:
123 if self.kernel_manager.has_kernel:
127 if self.kernel_manager.has_kernel:
General Comments 0
You need to be logged in to leave comments. Login now