marimo-notebook
Create reactive, pure-Python notebooks with marimo for data science, AI/ML, and interactive research.
Install
npx skills add https://github.com/marimo-team/skills --skill marimo-notebookStats
| Total installs | 1,086 |
| Weekly installs | 1.1K |
| GitHub stars | 80 |
| First seen | Feb 10, 2026 |
| Source | @marimo-team/skills |
Summary
- Notebooks are pure Python files with @app.cell decorated functions representing cells; dependencies and inputs/outputs are automatically managed through function parameters
- Supports three execution modes: script mode (non-interactive testing), interactive browser editing, and CLI execution via uv run marimo
- Use mo.app_meta().mode == "script" to detect execution context and adapt data sources without duplicating UI elements or wrapping logic in conditionals
- Built-in linting via marimo check catches common mistakes; optional pytest integration enables test cells prefixed with test_
Tags
Related skills
| Skill | Installs | vs marimo-notebook |
|---|---|---|
| flutter-http-and-json | 978 | -108 |
| rag-architect | 1,076 | -10 |
| beat-competitors | 1,257 | +171 |
| target-serp | 1,230 | +144 |
| google-drive | 964 | -122 |
FAQ
- How many installs does marimo-notebook have?
- marimo-notebook has 1,086 total installs and 1.1K installs this week.
- Where is marimo-notebook hosted?
- marimo-notebook is published by @marimo-team/skills at https://github.com/marimo-team/skills.
- How many GitHub stars does marimo-notebook have?
- marimo-notebook has 80 GitHub stars.
- When was marimo-notebook first indexed?
- OrangeBot.AI first indexed marimo-notebook on Feb 10, 2026.
- How do I install marimo-notebook?
- Run: npx skills add https://github.com/marimo-team/skills --skill marimo-notebook