Custom KernelConnection implementation for local kernels.
Bypasses the standard Jupyter server session flow and directly connects to a local ZMQ kernel.
This is necessary because local kernels don't have a Jupyter server managing sessions,
so we can't use the standard @jupyterlab/services session creation flow.
Custom KernelConnection implementation for local kernels. Bypasses the standard Jupyter server session flow and directly connects to a local ZMQ kernel.
This is necessary because local kernels don't have a Jupyter server managing sessions, so we can't use the standard @jupyterlab/services session creation flow.