marimo-notebook
Installation
SKILL.md
marimo-notebook
Reproducible, reactive notebooks built as Python files with CLI and export support.
Overview
Marimo notebooks are plain .py files with reactive execution. You can run them as scripts, apps, or export to HTML.
When to Use
- Replacing Jupyter notebooks with deterministic execution
- Shipping analysis as a script or web app
- Exporting reports to HTML
Quick Start
Related skills