marimo is a reactive Python notebook and app framework for reproducible, interactive computing. Current version 0.23.9 requires Python >=3.10. It is released frequently (multiple times per month) with an active development pace.
pip install marimoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal reactive notebook with a single cell.
Replace `marimo.notebook()` with `marimo.App()`.
Add `async` to cell definition if using interactive UI elements: `async def my_cell():`
Use `mo.ref()` to control reactivity or write pure functions.
Run `marimo edit` to launch the marimo editor, not inside Jupyter.
Run `pip install marimo` and import as `import marimo`.
Use `app = marimo.App()` and `app.run()`.
Instantiate with parentheses: `app = marimo.App()`
No dependency data recorded yet.
No resource links recorded.