bluss / pyproject-local-kernel

Python Jupyter kernel provisioner using pyproject environment manangers like Uv, Rye, PDM, Poetry, Hatch etc.
https://bluss.github.io/pyproject-local-kernel/
Other
26 stars 0 forks source link

Enable debugger for kernel #7

Closed bluss closed 7 months ago

bluss commented 7 months ago

Set metadata.debugger=true in the kernel so that it transparently supports debugging just like ipykernel itself does.

Requires ipykernel>=6 (in the notebook project), but older ipykernel 5 will still work, jupyterlab will probe if it has the debugging feature.