Files
zarexp2/README.md
T
2026-04-08 11:45:30 +02:00

20 lines
221 B
Markdown

# Setup
## Using pip only:
Install dependencies:
```bash
pip install -r requirements.txt
```
## setup using uv (if uv is installed)
```bash
uv sync
```
# Run
Open the notebook in Jupyter:
```bash
jupyter notebook
```