Skip to content

centralelyon/aquanalysis

Repository files navigation

Aquanalysis

Analyze swimming data collected with Aquanote.

  • aquanote.ipynb: Jupyter notebook to analyze swimming data from a CSV file.

How to run locally

Using venv (recommended)

  1. Create a virtual environment:
python -m venv venv
  1. Activate the environment:
  • On macOS/Linux:
source venv/bin/activate
  • On Windows:
venv\Scripts\activate
  1. Install the module:
pip install --upgrade pip
pip install -r requirements.txt
  1. Run Jupyter Notebook:
jupyter notebook

About

Analyze swimming data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published