Analyze swimming data collected with Aquanote.
- aquanote.ipynb: Jupyter notebook to analyze swimming data from a CSV file.
- Create a virtual environment:
python -m venv venv- Activate the environment:
- On macOS/Linux:
source venv/bin/activate- On Windows:
venv\Scripts\activate- Install the module:
pip install --upgrade pip
pip install -r requirements.txt- Run Jupyter Notebook:
jupyter notebook