From 9e776ac8366d25fdd36899b9f08d4c6e9437d026 Mon Sep 17 00:00:00 2001 From: Manick Vennimalai Date: Thu, 27 Mar 2025 21:59:39 +0000 Subject: [PATCH] marimo: add page (#16024) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/marimo.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages/common/marimo.md diff --git a/pages/common/marimo.md b/pages/common/marimo.md new file mode 100644 index 0000000000..6b38bfa2c1 --- /dev/null +++ b/pages/common/marimo.md @@ -0,0 +1,29 @@ +# marimo + +> A reactive Python notebook environment. +> Combines features of Jupyter, Streamlit, and other notebook tools with reactive execution. +> More information: . + +- Create or edit notebooks by starting a marimo server: + +`marimo edit` + +- Start a marimo server on a specific port without launching a browser: + +`marimo edit {{[-p|--port]}} {{port_number}} --headless` + +- Edit a specific notebook: + +`marimo edit {{path/to/notebook.py}}` + +- Run a marimo notebook as an app in read-only mode: + +`marimo run {{path/to/notebook.py}}` + +- Start an interactive tutorial to learn marimo: + +`marimo tutorial {{intro|components|dataflow|io}}` + +- View command-specific help: + +`marimo {{edit|run|tutorial|config|new|...}} --help`