Show More
@@ -59,7 +59,7 class KernelManager(LoggingConfigurable, ConnectionFileMixin): | |||||
59 | return Session(config=self.config) |
|
59 | return Session(config=self.config) | |
60 |
|
60 | |||
61 | # the class to create with our `client` method |
|
61 | # the class to create with our `client` method | |
62 |
client_class = DottedObjectName('IPython.kernel. |
|
62 | client_class = DottedObjectName('IPython.kernel.blocking.BlockingKernelClient') | |
63 | client_factory = Type() |
|
63 | client_factory = Type() | |
64 | def _client_class_changed(self, name, old, new): |
|
64 | def _client_class_changed(self, name, old, new): | |
65 | self.client_factory = import_item(str(new)) |
|
65 | self.client_factory = import_item(str(new)) |
General Comments 0
You need to be logged in to leave comments.
Login now