blob: 466aaffff06ebc79b45e687ba8df538758c38c16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
```
|