My personal Jupyter notebooks to analyze my runs, swims, etc....
It uses the GarminDb package and a few others packages to summarize and display the data in a jupyter notebook.
First install the requirements
pip install -r requirements.txt
Configure GarminDb. Set up the user
password and other configs in ~/.GarminDb/GarminConnectConfig.json
Run the garmindb.cli
to download and import the latest activities
garmindb_cli --download --import -al
Use the notebook