marimo-notebook
marimo notebook
Claude Code
What it does
- Sliders, buttons, widgets should always be created and displayed
- In script mode, just use synthetic/default data instead of waiting for user input
- Don't wrap everything in if not isscriptmode conditionals
- Don't use try/except for normal control flow
- You're handling a specific, known exception type
- The exception is expected in normal operation (e.g., file not found)
- You have a meaningful recovery action
Requirements & configuration
- requires-python = ">=3.14"
- requires-python = ">=3.12"
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
marimo-notebook FAQ
What does the marimo-notebook skill do?
Write a marimo notebook in a Python file in the right format. Sliders, buttons, widgets should always be created and displayed In script mode, just use synthetic/default data instead of waiting for user input
What does marimo-notebook require?
requires-python = ">=3.14" requires-python = ">=3.12"
How do I install marimo-notebook?
Run: npx -y skills add https://github.com/marimo-team/skills --skill marimo-notebook --agent claude-code — the source lives at github.com/marimo-team/skills.
Maintain marimo-notebook?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[marimo-notebook on getagentictools](https://getagentictools.com/skills/marimo-team-skills-marimo-notebook?ref=badge) npx agentictools info skills/marimo-team-skills-marimo-notebook The second line is the CLI lookup for this page — handy in READMEs and docs.