- For marimo notebooks: See
MARIMO_RULES.md
for specific marimo conventions
BEFORE writing ANY marimo cell, check:
- Are you putting
mo.md()
,mo.ui.table()
, or ANY display function insideif
,try
,for
,while
, orwith
blocks? - If YES → STOP! You must prepare content inside control blocks, then display OUTSIDE them.
Template pattern: