ipyflow icon indicating copy to clipboard operation
ipyflow copied to clipboard

A reactive Python kernel for Jupyter notebooks.

Results 46 ipyflow issues
Sort by recently updated
recently updated
newest added

Ref: https://docs.python.org/dev/whatsnew/3.12.html#pep-669-low-impact-monitoring-for-cpython

enhancement

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

bug

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

enhancement