Skip to main content
Back to registry

marimo-notebook

marimo-team/skills

marimo uses Python to create notebooks, unlike Jupyter which uses JSON. Here's an example notebook:

Installs760
Install command
npx skills add https://github.com/marimo-team/skills --skill marimo-notebook
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
marimo uses Python to create notebooks, unlike Jupyter which uses JSON. Here's an example notebook: Notice how the notebook is structured with functions can represent cell contents. Each cell is defined with the @app.cell decorator and the inputs/outputs of the function are the inputs/outputs of the cell. marimo usually takes care of the dependencies between cells automatically. Use mo.app_meta().mode == "script" to detect CLI vs interactive: Show all UI elements always. Only change the data source in script mode. Variables between cells define the reactivity of the notebook for 99% of the use-cases out there. No special state management needed. Don't mutate objects across cells (e.g., my_list.append() ); create new objects instead.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does marimo-notebook do?

marimo uses Python to create notebooks, unlike Jupyter which uses JSON. Here's an example notebook:

Is marimo-notebook good?

marimo-notebook does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does marimo-notebook work with?

marimo-notebook currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot, claude-code.

What are alternatives to marimo-notebook?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install marimo-notebook?

npx skills add https://github.com/marimo-team/skills --skill marimo-notebook

Related skills

More from marimo-team/skills

Related skills

Alternatives in Software Engineering