Show More
@@ -75,7 +75,8 b' class ZMQTerminalIPythonApp(TerminalIPythonApp, IPythonMixinConsoleApp):' | |||||
75 |
|
75 | |||
76 | def init_shell(self): |
|
76 | def init_shell(self): | |
77 | IPythonMixinConsoleApp.initialize(self) |
|
77 | IPythonMixinConsoleApp.initialize(self) | |
78 | #self.init_kernel_manager() |
|
78 | # relay sigint to kernel | |
|
79 | signal.signal(signal.SIGINT, self.handle_sigint) | |||
79 | self.shell = ZMQTerminalInteractiveShell.instance(config=self.config, |
|
80 | self.shell = ZMQTerminalInteractiveShell.instance(config=self.config, | |
80 | display_banner=False, profile_dir=self.profile_dir, |
|
81 | display_banner=False, profile_dir=self.profile_dir, | |
81 | ipython_dir=self.ipython_dir, kernel_manager=self.kernel_manager) |
|
82 | ipython_dir=self.ipython_dir, kernel_manager=self.kernel_manager) |
General Comments 0
You need to be logged in to leave comments.
Login now