##// END OF EJS Templates
Replace execute(pass) with kernel_info()
Julia Evans -
Show More
@@ -38,8 +38,7 class ExecutePreprocessor(Preprocessor):
38 self.kc.start_channels()
38 self.kc.start_channels()
39 self.iopub = self.kc.iopub_channel
39 self.iopub = self.kc.iopub_channel
40 self.shell = self.kc.shell_channel
40 self.shell = self.kc.shell_channel
41 self.shell.execute("pass")
41 self.shell.kernel_info()
42 self.shell.get_msg()
43
42
44 def _shutdown_client(self):
43 def _shutdown_client(self):
45 self.kc.stop_channels()
44 self.kc.stop_channels()
General Comments 0
You need to be logged in to leave comments. Login now