Skip to content

Commit

Permalink
Merge pull request #646 from jgunstone/patch-1
Browse files Browse the repository at this point in the history
redirect to the active debugger package
  • Loading branch information
martinRenou authored Dec 11, 2024
2 parents 6e84f68 + 9db4c7d commit 957ddf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Check-out this blog post for the answer: https://blog.jupyter.org/a-new-python-k
Long story short:

- xeus-python is a lot lighter than ipykernel, which makes it a lot easier to implement new features on top of it.
- xeus-python already works with the **Jupyter Lab debugger**: https://github.com/jupyterlab/debugger
- xeus-python already works with the **Jupyter Lab debugger**: https://github.com/jupyterlab/jupyterlab/tree/main/packages/debugger
- xeus-based kernels are more versatile in that one can overload e.g. the concurrency model. This is something that Kitware’s SlicerJupyter project takes advantage of to integrate with the Qt event loop of their Qt-based desktop application.

## Dependencies
Expand Down

0 comments on commit 957ddf1

Please sign in to comment.