/notebooks

Experiments with Data Processing

Primary LanguageJupyter Notebook

Installation

Clone the repository on your machine and open the project directory:

$ git clone --recursive https://github.com/homebytwo/notebooks.git && cd notebooks

Make a new virtualenv and install the required libraries with pip:

$ pip install -r requirements.txt

Open the notebook with Jupyter:

$ jupyter notebook

Configuration

Retrieve your Strava API token from https://www.strava.com/settings/api and put it in a file named STRAVA_TOKEN in the base directory of the project.