mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
move zmq.KernelManagers into IPython.kernel
This commit is contained in:
parent
1f35decb54
commit
ff113b106e
@ -41,7 +41,7 @@ class MultiKernelManager(LoggingConfigurable):
|
||||
"""A class for managing multiple kernels."""
|
||||
|
||||
kernel_manager_class = DottedObjectName(
|
||||
"IPython.zmq.blockingkernelmanager.BlockingKernelManager", config=True,
|
||||
"IPython.kernel.blockingkernelmanager.BlockingKernelManager", config=True,
|
||||
help="""The kernel manager class. This is configurable to allow
|
||||
subclassing of the KernelManager for customized behavior.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user