You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boy, this has been this way for years, but, yeah, it looks like the if kernel_id is None: should be extended with or kernel_id not in self and reflected in the args of the call to the subclass.
The docstring of
MappingKernelManager.start_kernel
says:jupyter_server/jupyter_server/services/kernels/kernelmanager.py
Lines 170 to 173 in 122d93a
But if the kernel id doesn't currently exist, it throws an error:
jupyter_server/jupyter_server/services/kernels/kernelmanager.py
Line 202 in 122d93a
So, the method should probably be changed to reflect the docstring (which is consistent with the behavior in jupyter client).
The text was updated successfully, but these errors were encountered: