marimo
Installation
SKILL.md
marimo
Overview
marimo is an open-source reactive Python notebook that reinvents notebooks as reproducible, interactive, and shareable Python programs. Unlike traditional Jupyter notebooks, marimo notebooks:
- Store as pure
.pyfiles (Git-friendly, no JSON) - Execute reactively (like a spreadsheet)
- Run as scripts or deploy as web apps
- Prevent bugs through automatic dependency tracking
Installation
pip install marimo # Basic
pip install marimo[recommended] # With extras
pip install marimo[sql] # With SQL support