Notebook cells (browser demo)

Same idea as Jupyter / Databricks: run one cell, keep state, run the next.

Loading Python in the browser…
In [1] code
In [2] code
In [3] code

Tip: run cell 2, then cell 3. Change a value and re-run only that cell.