jupyter-to-marimo

jupyter to marimo

marimo-team 159 ↓ 2.3k Apache-2.0 updated 2mo ago
Claude Code
View source ↗

What it does

  • 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. Indented or conditional expressions won't display.
  • If the original notebook requires environment variables via an input, consider adding the EnvConfig widget from wigglystuff. Details can be found here.
  • If the notebook contains LaTeX, see references/latex.md for how to port MathJax syntax to KaTeX (which marimo uses).

Requirements & configuration

  • If the original notebook requires environment variables via an input, consider adding the EnvConfig widget from wigglystuff. Details can be found here.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

jupyter to marimo

Source

Repository: https://github.com/marimo-team/skills

jupyter-to-marimo FAQ

What does the jupyter-to-marimo skill do?

Convert a Jupyter notebook (.ipynb) to a marimo notebook (.py). 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.

What does jupyter-to-marimo require?

If the original notebook requires environment variables via an input, consider adding the EnvConfig widget from wigglystuff. Details can be found here.

How do I install jupyter-to-marimo?

Run: npx -y skills add https://github.com/marimo-team/skills --skill jupyter-to-marimo --agent claude-code — the source lives at github.com/marimo-team/skills.

Maintain jupyter-to-marimo?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[jupyter-to-marimo on getagentictools](https://getagentictools.com/skills/marimo-team-skills-jupyter-to-marimo?ref=badge)
npx agentictools info skills/marimo-team-skills-jupyter-to-marimo

The second line is the CLI lookup for this page — handy in READMEs and docs.