Install & Compatibility
Where this runs
tested against v0.0.229 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 138MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 8.9s · import 0.000s · 126MB
127MB installed
● package 127MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
IPyflowKernel
✓ from ipyflow import IPyflowKernel
✗ from ipyflow.core import FlowManager
flow
✓ from ipyflow import flow
cells
✓ from ipyflow import cells
Initialize a FlowManager and use the reactive decorator.
from ipyflow.core import FlowManager
fm = FlowManager()
@fm.reactive()
def add(a, b):
return a + b
print(add(1, 2))
Upgrade
Version history
0.0.229latest on PyPI · released Jun 13, 2026
Audit
Dependencies
No dependency data recorded yet.