Ross ROSS = Recommend OSS · open-source software intelligence for agents

ipyflow/ipyflow

A reactive Python kernel for Jupyter notebooks. observed · 2026-08-28

github.com/ipyflow/ipyflow · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 98
  • Release rhythm 56
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 200
  • age_days: 2423
  • days_rel: 83
  • days_push: 13
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1275 stars · 25 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

IPyflow is a reactive Python kernel for JupyterLab and Notebook 7 that tracks dataflow relationships between symbols and cells during interactive sessions. It works as a drop-in replacement for ipykernel, automatically re-executing the minimal set of out-of-sync upstream and downstream cells so notebook state matches a clean top-to-bottom run.

Use cases

  • keep jupyter notebook cells in sync automatically
  • re-execute dependent cells when a variable changes in a notebook
  • track dataflow dependencies between jupyter notebook cells
  • avoid stale outputs and hidden state bugs in jupyter
  • highlight outdated cells after editing in jupyter
  • reactive programming in python notebooks
  • drop-in replacement kernel for ipykernel with dependency awareness

When to choose

  • You iterate interactively in Jupyter and want out-of-sync cells to re-run automatically with minimal re-execution
  • You need precise dependency inference down to subscript and attribute level, not just whole-variable tracking
  • You want full ipykernel backwards compatibility plus dataflow lineage and safety highlighting

When to avoid

  • Your cells perform heavy or irreversible side effects (long training runs, deployments) that must never re-execute automatically
  • You use non-Python Jupyter kernels
  • You want a zero-overhead kernel without tracing and static analysis overhead

Facets

library · maturity active

tracing developer-tools developer-tools data-science python cross-platform jupyter jupyter-kernel jupyterlab notebooks ipykernel reactive-programming dataflow-analysis static-analysis lineage reactivity cell-dependencies

2 sources

Member repositories

RepositoryRoleHealth v2
ipyflow/ipyflowmain84

For agents

markdown · JSON · MCP: product_card(name="ipyflow/ipyflow")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem