Skip to main content
Back to the directory
marimo-team/skillsSoftware EngineeringFrontend and Design

jupyter-to-marimo

Convert Jupyter notebooks to marimo Python scripts with CLI-driven transformation and cleanup guidance.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/marimo-team/skills --skill jupyter-to-marimo
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, jupyter-to-marimo has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: marimo-team/skills. Canonical URL: https://skills.sh/marimo-team/skills/jupyter-to-marimo.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Convert Jupyter notebooks to marimo Python scripts with CLI-driven transformation and cleanup guidance. 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: - Use uvx marimo convert -o to generate marimo-compatible .py files without local installation - Run marimo check before and after manual edits to catch syntax and compatibility issues - Common cleanup tasks include removing Jupyter artifacts ( %magic commands, display() calls), verifying package metadata, and ensuring final cell expressions render correctly - Includes reference guides for porting ipywidgets to marimo equivalents, converting MathJax to KaTeX, and adding environment variable configuration via EnvConfig widget - 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,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Convert Jupyter notebooks to marimo Python scripts with CLI-driven transformation and cleanup guidance.

Is jupyter-to-marimo good?

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

Which AI agents support jupyter-to-marimo?

jupyter-to-marimo currently lists compatibility with Skills CLI.

Is jupyter-to-marimo safe to install?

jupyter-to-marimo has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to jupyter-to-marimo?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install jupyter-to-marimo?

Run the following command to 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