diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ # Analysis A collection of one-off analyses on a variety of topics. + +## Usage + +Edit a notebook with + +```shell +uvx marimo edit --sandbox --headless notebooks/notebook.py +``` + +Run a notebook as an app with + +```shell +uvx marimo run --sandbox --headless notebooks/notebook.py +``` + +Convert a notebook to HTML with + +```shell +uvx marimo export html notebooks/notebook.py -o outputs/notebook.html --sandbox --no-include-code +``` |