First round of fiddling

This commit is contained in:
2026-02-02 16:26:10 -05:00
commit a253955528
9 changed files with 16042 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Jupyter Analysis
## Setup
```bash
poetry install
```
## Run
```bash
poetry run jupyter notebook
# or
poetry run jupyter lab
```