Show More
@@ -258,7 +258,7 b' class IPythonConsoleApp(ConnectionFileMixin):' | |||
|
258 | 258 | self.transport = cfg.get('transport', 'tcp') |
|
259 | 259 | self.ip = cfg.get('ip', LOCALHOST) |
|
260 | 260 | |
|
261 | for channel in ('hb', 'shell', 'iopub', 'stdin'): | |
|
261 | for channel in ('hb', 'shell', 'iopub', 'stdin', 'control'): | |
|
262 | 262 | name = channel + '_port' |
|
263 | 263 | if getattr(self, name) == 0 and name in cfg: |
|
264 | 264 | # not overridden by config or cl_args |
General Comments 0
You need to be logged in to leave comments.
Login now