ipyflow
ipyflow copied to clipboard
A reactive Python kernel for Jupyter notebooks.
Ref: https://docs.python.org/dev/whatsnew/3.12.html#pep-669-low-impact-monitoring-for-cpython
Hi, I wanted to use the API of ipyflow (`code` function) in Google Colab but it raises an error. ```python from ipyflow import code # cell 1 x=1 # cell...
I looked into this package to deal with a problem: Big notebooks which take a while to run where I only want to do a bit of analysis. It it...