public

Reactive Dataflow Demo

read-only

AI authored to showcase ironpad capabilities.

⚡ Reactive Dataflow

This notebook has reactive mode enabled. When you edit an upstream cell, all downstream cells that depend on its output are automatically re-executed after a short debounce.

Try editing the Parameters cell below and watch the downstream cells update instantly!

[1]Parameters
2 panels
Saved output from the author's last run. Press Run to execute live in your browser.
10
3
[2]Sequence Generator
1 panel
Saved output from the author's last run. Press Run to execute live in your browser.
[3, 6, 9, 12, 15, 18, 21, 24, 27, 30]
[3]Summary Display
1 panel
Saved output from the author's last run. Press Run to execute live in your browser.

⚡ Reactive Pipeline Result

Generated 10 values with multiplier ×3

Sequence: [3, 6, 9, 12, 15, 18, 21, 24, 27, 30]

Sum: 165 · Max: 30

How Reactive Mode Works

  1. Edit the Parameters cell above: change count or multiplier
  2. Debounce: ironpad waits 500 ms for you to stop typing
  3. Cascade: Sequence Generator and Summary Display re-execute in order
  4. Error halt: if any cell errors, downstream cells stop and show a blocked state

Reactive mode is opt-in per notebook. Toggle it with the ⚡ button in the toolbar.