Reactive Dataflow Demo

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!

Parameters
Sequence Generator
Summary Display

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.