Brendan Powers
Brendan Powers
## References #459 ## Code changes * Implemented interrupt route handler * Added interrupt API to the kernel interface * Added interrupt support to the pyolite kernel, using the method...
## Description It seems like interrupting cell execution isn't implemented. If a cell is busy, and I click the "stop" button, nothing happens. If a cell is running a loop...
This project has already saved me a bunch of time building complex Jupyter UIs. I just wanted to say thanks!
## 🐛 Bug If an interrupt buffer is used to interrupt pyodide while pthon is awaiting some function, an exception is thrown in the internals of WebLoop, and the awaiting...
## Summary - Migrate from Poetry to Pixi + Hatchling for dependency management - Modernize to Python 3.13+ with improved type hints - Add async support to protocol runtime via...