Jupyter To Marimo

🌐Community
by marimo-team · vlatest · Repository

Jupyter To Marimo seamlessly converts Jupyter notebooks into interactive Marimo workspaces for collaborative data exploration and analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add jupyter-to-marimo npx -- -y @trustedskills/jupyter-to-marimo
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "jupyter-to-marimo": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/jupyter-to-marimo"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill converts Jupyter Notebooks into Marimo applications. Marimo is a Python notebook environment that allows you to easily share and deploy your notebooks as interactive web apps, enabling others to run and modify your code directly in their browser. The conversion process preserves the notebook's structure, code cells, markdown content, and visualizations.

When to use it

  • You have a Jupyter Notebook containing data analysis or visualization work that you want to share interactively.
  • You need to create a reproducible demo of your Python code for colleagues or clients.
  • You want to deploy a notebook-based application without managing complex server infrastructure.
  • You're building an internal tool based on a Jupyter Notebook and want to make it easily accessible within your organization.

Key capabilities

  • Converts .ipynb files into Marimo applications.
  • Preserves notebook structure, code cells, markdown content, and visualizations.
  • Enables interactive execution of the converted notebook in a web browser.
  • Facilitates easy sharing and deployment of Python notebooks as web apps.

Example prompts

  • "Convert this Jupyter Notebook to a Marimo app: my_notebook.ipynb"
  • "Create a shareable Marimo application from my data exploration notebook."
  • "Turn the analysis in 'sales_analysis.ipynb' into an interactive demo."

Tips & gotchas

  • Ensure you have Marimo installed to properly view and run the converted applications.
  • Complex notebooks with external dependencies might require adjustments after conversion.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
marimo-team
Installs
0

🌐 Community

Passed automated security scans.