I’m running Z2JH through AWS EKS cluster, though that shouldn’t be any issue, as my understanding is these debugger runs through the kernel itself?
From the terminal within jupyter
$ pip freeze | grep -E "jupyter|debugpy|ipykernel"
debugpy==1.8.5
frz-jupyterlab-variableinspector==0.1.4
ipykernel==6.26.0
jupyter-app-launcher==0.1.7
jupyter-events==0.6.3
jupyter-lsp==2.2.5
jupyter-resource-usage==1.0.2
jupyter-server-mathjax==0.2.6
jupyter-telemetry==0.1.0
jupyter_ai==2.21.0
jupyter_ai_magics==2.20.0
jupyter_client==8.6.2
jupyter_core==5.7.2
jupyter_scheduler==2.2.0
jupyter_server==2.10.0
jupyter_server_proxy==4.3.0
jupyter_server_terminals==0.5.3
jupyterhub==4.0.2
jupyterlab==4.1.6
jupyterlab-code-snippets==2.2.1
jupyterlab-commenting-service==0.2
jupyterlab-execute-time==3.0.1
jupyterlab-link-share==0.3.0
jupyterlab_autoversion==0.4.0
jupyterlab_code_formatter==2.2.1
jupyterlab_git==0.44.0
jupyterlab_pygments==0.3.0
jupyterlab_search_replace==1.1.0
jupyterlab_server==2.24.0
jupyterlab_tour==4.0.1
jupyterlab_widgets==1.1.9
I’ve also checked the kernel.json
contents of all kernels in /usr/local/share/jupyter/kernels
, but they all contain "debugger": true
.