Show More
@@ -38,8 +38,7 class ExecutePreprocessor(Preprocessor): | |||
|
38 | 38 | self.kc.start_channels() |
|
39 | 39 | self.iopub = self.kc.iopub_channel |
|
40 | 40 | self.shell = self.kc.shell_channel |
|
41 |
self.shell. |
|
|
42 | self.shell.get_msg() | |
|
41 | self.shell.kernel_info() | |
|
43 | 42 | |
|
44 | 43 | def _shutdown_client(self): |
|
45 | 44 | self.kc.stop_channels() |
General Comments 0
You need to be logged in to leave comments.
Login now