akernel icon indicating copy to clipboard operation
akernel copied to clipboard

Asynchronous Python Jupyter kernel

Results 5 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...

This PR makes it possible to run user code in a thread, i.e. a different thread than the thread where the kernel protocol is handled. It's especially useful for [fps-akernel-task](https://github.com/davidbrochart/akernel/tree/6fc0b0c644a50ebf758052bfd2327204dfb1c7fd/plugins/akernel_task),...