Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>marimoNew to Visual Studio Code? Get it now.
marimo

marimo

marimo.io

|
23,857 installs
| (5) | Free
A marimo notebook extension for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

marimo

WARNING: This extension is a complete rewrite of the previous marimo VS Code extension. While we're excited to make it available for easier installation and testing, it's still under active development. If you need a stable experience, consider pinning to v0.6.x. We appreciate your feedback as we continue to improve!

A VS Code extension for marimo, a reactive Python notebook that's reproducible, git-friendly, and deployable as scripts or apps.

Prerequisites

This extension requires uv to be installed and available on your PATH. The extension uses uvx to run the bundled marimo-lsp language server.

Install uv:

# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

Features

  • 📓 Create, edit, and share marimo notebooks in VS Code
  • ✨ Rich output rendering with interactive UI elements
  • 📦 Integrated package and environment management
  • 🔍 Variables explorer and datasources panel

Getting Started

  1. Ensure uv is installed
  2. Install this extension from the VS Code Marketplace
  3. Open a marimo notebook (.py file), or create a new one:
    • Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux)
    • Run "Create: Marimo notebook"
  4. VS Code will prompt you to open the file as a marimo notebook

If you have an existing Python file that's a marimo notebook, you'll see an icon in the editor title bar to open it as a notebook (see image above).

Commands

Command Description
marimo: New marimo notebook Create a new marimo notebook
marimo: Open as marimo notebook Open a Python file as a marimo notebook
marimo: Toggle on-cell-change mode Switch between auto-run and lazy execution modes
marimo: Run stale cells Execute all cells that need to be re-run
marimo: Restart notebook kernel Restart the notebook's Python kernel
marimo: Create setup cell Create or navigate to an existing setup cell
marimo: Publish notebook as Gist Share your notebook as a GitHub Gist
marimo: Publish notebook as... Export your notebook in various formats
marimo: Restart marimo language server (marimo-lsp) Restart the LSP server if it becomes unresponsive
marimo: Report an issue or suggest a feature Open GitHub to report bugs or request features
marimo: Show marimo diagnostics Display diagnostic information for troubleshooting

Configuration

Setting Type Default Description
marimo.lsp.path array [] Path to a custom marimo-lsp executable, e.g., ["/path/to/marimo-lsp"]. Leave empty to use the bundled version via uvx.
marimo.disableUvIntegration boolean false Disable uv integration features such as automatic package installation prompts.
marimo.telemetry boolean true Anonymous usage data. This helps us prioritize features for the marimo VSCode extension.

Support

  • marimo Documentation
  • marimo GitHub Repository
  • Report an Issue

License

Apache 2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft