akernel icon indicating copy to clipboard operation
akernel copied to clipboard

Asynchronous Python Jupyter kernel

Results 3 akernel issues
Sort by recently updated
recently updated
newest added

How can I **access the information about dependencies** of akernel to use it for JupyterLab extensions? What would be the right entry point for that? Lets say I have a...

Hi @davidbrochart! It turns out that akernel actually solves [the issue with the widget we are building](https://github.com/ipython/ipykernel/issues/646). We can use `await` to call async methods on our widget and the...