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`