Skip to content

Async kernel

pypi downloads CI Ruff uv basedpyright - checked Built with Material for MkDocs codecov

Async kernel is a Python Jupyter kernel that runs in an anyio event loop.

Documentation

Highlights

Link to demo

Installation

pip install async-kernel

Trio

To add a kernel spec for trio.

pip install trio
async-kernel -a async-trio

Origin

Async kernel started as a fork of IPyKernel. Thank you to the original contributors of IPyKernel that made Async kernel possible.


  1. Uvloop is not a dependency of async-kernel but will be used if it has been installed.