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
When debugger fails to intialise, the kernel dies because DebuggerInitializationError does not get handled on import. See jupyterlab/jupyterlab#13069 for an example on how innocent code.py file might prevent user from launching the kernel.
When debugger fails to intialise, the kernel dies because
DebuggerInitializationError
does not get handled on import. See jupyterlab/jupyterlab#13069 for an example on how innocentcode.py
file might prevent user from launching the kernel.Example traceback:
The text was updated successfully, but these errors were encountered: