Back to Marimo

Export to other formats

docs/guides/exporting/index.md

0.23.51.1 KB
Original Source

Export to other formats

Export marimo notebooks to other file formats from the browser editor. Notebooks can also be exported to other formats at the command-line with:

bash
marimo export

/// tip | Looking to share notebooks online? For sharing interactive notebooks on the public web, consider using molab, our free cloud-hosted notebook platform. ///

Available formats

FormatCommandDescription
Static HTMLmarimo export htmlNon-interactive HTML snapshot
PDFmarimo export pdfPDF document or slide deck
Jupyter notebookmarimo export ipynbJupyter .ipynb file
Python scriptmarimo export scriptFlat .py script in topological order
Markdownmarimo export mdMarkdown with code blocks
WebAssembly HTMLmarimo export html-wasmSelf-contained, interactive HTML powered by WebAssembly
Session snapshotmarimo export sessionSerialized session snapshot (JSON)