David Brochart
David Brochart
I'm wondering if we could use Trio's [guest mode](https://trio.readthedocs.io/en/stable/reference-lowlevel.html#using-guest-mode-to-run-trio-on-top-of-other-event-loops), if it was available in AnyIO.
Thanks @zmbc, that's an interesting idea. Would you like to experiment with this idea through a PR?
It looks like you didn't call the `initialize()` method: https://github.com/ipython/ipykernel/blob/772dfb8ab87b524bcc6f34dd1f631cf05126e25c/ipykernel/kernelapp.py#L748-L750
AFAIR the `silent-change` origin was needed to prevent a change on the shared model to trigger a change signal that we would react on, leading to an infinite loop. But...
Thanks for the heads up, and sorry to hear that. I think we should not use `nest-asyncio` anymore.
Thanks @fleming79. That's going in the direction of [akernel](https://github.com/davidbrochart/akernel), so I can only approve :) One important thing though is kernel interrupt and how execute requests are cancelled (I don't...
Thanks a lot for your work in this PR @fleming79, this looks really interesting. I don't have much time to dedicate to `ipykernel` these days, and given that work is...
I think so, [jpterm](https://github.com/davidbrochart/jpterm) uses Asphalt core, and I'm planning to use it in [jupyverse](https://github.com/jupyter-server/jupyverse) too. The former is not yet available on conda-forge, but the latter is, and it...
We could create conda packages for [the other Asphalt components](https://github.com/orgs/asphalt-framework/repositories?type=all) in the future.
There is now a feedstock for [asphalt-web](https://github.com/conda-forge/asphalt-web-feedstock).