# 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 ```