Show More
@@ -201,7 +201,7 b' class ThreadedKernelClient(KernelClient):' | |||||
201 | self._ioloop = ioloop.IOLoop() |
|
201 | self._ioloop = ioloop.IOLoop() | |
202 | return self._ioloop |
|
202 | return self._ioloop | |
203 |
|
203 | |||
204 | ioloop_thread = Instance(IOLoopThread) |
|
204 | ioloop_thread = Instance(IOLoopThread, allow_none=True) | |
205 |
|
205 | |||
206 | def start_channels(self, shell=True, iopub=True, stdin=True, hb=True): |
|
206 | def start_channels(self, shell=True, iopub=True, stdin=True, hb=True): | |
207 | if shell: |
|
207 | if shell: |
General Comments 0
You need to be logged in to leave comments.
Login now