Reactive Notebook DAG Eager Mode
Stage 1: Primary Input Stage 2: Computed Dependents Stage 3: Leaf / Independent ref x ref x ref y CELL A x = 10 CELL B y = x + 1 CELL C z = heavy(x) [EAGER] CELL D w = y + 5 CELL E k = 100 [ISOLATED]
Hover over nodes to inspect reactive dependency chains. Click Edit Cell A to trigger a propagation event.
State: Ready