17 lines
146 B
Markdown
17 lines
146 B
Markdown
# Setup
|
|
|
|
Install dependencies:
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Run
|
|
|
|
Open the notebook in Jupyter:
|
|
|
|
```bash
|
|
jupyter notebook
|
|
```
|
|
|