1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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>
This commit is contained in:
Manick Vennimalai 2025-03-27 21:59:39 +00:00 committed by GitHub
parent b2854347d2
commit 9e776ac836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

29
pages/common/marimo.md Normal file
View file

@ -0,0 +1,29 @@
# 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`