analytics
collection of notebooks for data analyticsdata
dataset of csv files from supersapiens and garminCreate python virtual environment
python -m venv .venv
Activate python virtual environment
# Linux / MacOS
source .venv/bin/activate
# Windows
.venv\Scripts\activate.bat
Install dependencies
pip install -r requirements.txt
Run notebook
jupyter notebook