Registry / data / ipyflow-core

ipyflow-core

JSON →
library0.0.229pypypi✓ verified 80d ago

Backend package for ipyflow's dataflow functionality. Current version: 0.0.227. Release cadence: frequent, multiple releases per month.

pip install ipyflow-core
INSTALL
IMPORT
SIG · IPYFLOW-CORE
I
ipyflow-core
datapythonv0.0.229
Install
8.9s avg
Import
Disk
127MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
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
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 138MB
glibc
py 3.103.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))
Debug
Known issues
gotchaDo not import from 'ipyflow' directly for core functionality; use 'ipyflow-core' instead.
fix
Use 'from ipyflow.core import ...'
affects: all
breakingReactive behavior is enabled by default since v0.0.193; explicit opt-out required if not desired.
fix
Set 'FlowManager(reactive=False)' to opt out.
affects: >=0.0.193
deprecatedThe 'cousin_reactivity' flag is deprecated; cousin reactivity is now the default.
fix
Remove the flag; if you need to disable, use 'flow_manager.cousin_reactivity = False'.
affects: >=0.0.212
Upgrade
Version history
0.0.229latest on PyPI · released Jun 13, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ipyflow-core — pip install ipyflow-core · libregistry