A little jupyter notebook project to create some plotly charting from the peloton api.
Project dependacies are installed via the step below.
From your desired Python envirnment:
make base-requirements
- Set up your local environment using
make create-local-env
. - Update the .env file with your peloton username and password.
cd notebooks
.jupyter notebook
.
I've included the nbstriout library to the repo to ensure that notebook data is stripped out at commit stage. Don't want accidentally slipping session data onto GitHub. Fork after these changes.