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
jupyter-run: avoid traceback for NoSuchKernel (#994)
* jupyter-run: avoid traceback for NoSuchKernel
NoSuchKernel used to raise during KernelManager instantiation,
but it is now delayed.
Access kernel_spec to ensure it's raised where it will be caught.
Also removes a redundant warning log immediately before raising,
which prevents complete handling of NoSuchError and produces unavoidable duplicate logs.
* call wait_for_ready() in runapp
ensures kernel is ready before running
avoids lost output if iopub isn't connected yet
and shutdown kernel when finished, rather than relying on the kernel shutting itself down
0 commit comments