mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 02:35:22 +02:00

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>
29 lines
745 B
Markdown
29 lines
745 B
Markdown
# marimo
|
|
|
|
> A reactive Python notebook environment.
|
|
> Combines features of Jupyter, Streamlit, and other notebook tools with reactive execution.
|
|
> More information: <https://docs.marimo.io/cli>.
|
|
|
|
- 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`
|