Run marimo, directly from VS Code.
Note: This extension requires marimo to be installed on your system: pip install marimo
.
Check out the marimo documentation at https://docs.marimo.io/.
- 🚀 Launch marimo from VS Code, in both "edit mode" and "run mode".
- 💻 View the terminal output of marimo directly in VS Code.
- 🌐 View the marimo browser window directly in VS Code or in your default browser.
- 📥 Export notebooks as: html, markdown, or scripts.
- 📓 Convert Jupyter notebooks to marimo notebooks.
VS Code's embedded browser does not support all native browser features. If you encounter any issues, try opening marimo in your default browser instead. For example, the embedded browser will not support PDF render, audio recording, or video recording.
You can configure the extension using the following settings:
marimo.browserType
: Browser to open marimo app (system
orembedded
, default:embedded
)marimo.port
: Default port for marimo server (default:2718
)marimo.enableToken
: Enable token authentication (default:false
)marimo.tokenPassword
: Token password (default: empty)marimo.showTerminal
: Open the terminal when the server starts (default:false
)marimo.debug
: Enable debug logging (default:false
)marimo.pythonPath
: Path to python executable (default: empty)marimo.marimoPath
: Path to marimo executable (default:marimo
)