Async kernel is a Python Jupyter kernel that runs in an anyio event loop.
- Concurrent message handling
- Debugger client
- Configurable backend - "asyncio" (default) or "trio backend" 1
- IPython shell for magic, code completions, and history
pip install async-kernelTo add a kernel spec for trio1.
pip install trioasync-kernel -a async-trio