jupyter-to-marimo

Installation
SKILL.md

トリガーワード

「Jupyter変換」「ipynb変換」「marimoに変換」「ノートブック変換」

Converting Jupyter Notebooks to Marimo

IMPORTANT: When asked to translate a notebook, ALWAYS run uvx marimo convert <notebook.ipynb> -o <notebook.py> 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.

Steps

  1. Convert using the CLI

Run the marimo convert command via uvx so no install is needed:

uvx marimo convert <notebook.ipynb> -o <notebook.py>

This generates a marimo-compatible .py file from the Jupyter notebook.

Installs
3
GitHub Stars
347
First Seen
May 14, 2026
jupyter-to-marimo — minicoohei/ai-agent-camp