Skip to main content
Back to registry

jupyter-to-marimo

marimo-team/skills

IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert -o FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with.

Installs366
Install command
npx skills add https://github.com/marimo-team/skills --skill jupyter-to-marimo
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert -o FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with. Run the marimo convert command via uvx so no install is needed: This generates a marimo-compatible .py file from the Jupyter notebook. Fix any issues that are reported before continuing. Read the generated .py file and apply the following improvements: - Convert using the CLI - Run marimo check on the output - Review and clean up the converted notebook - Ensure the script metadata block lists all required packages. The converter may miss some. - Drop leftover Jupyter artifacts like display() calls, or %magic commands that don't apply in marimo. - Make sure the final expression of each cell is the value to render.

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 jupyter-to-marimo do?

IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert -o FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with.

Is jupyter-to-marimo good?

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

What agent does jupyter-to-marimo work with?

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

What are alternatives to jupyter-to-marimo?

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

How do I install jupyter-to-marimo?

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

Related skills

More from marimo-team/skills

Related skills

Alternatives in Software Engineering