This repository contains support materials for the JDEV 2017 t4.a06 workshop.
Slides from the workshop are bundled with the repository:
slides.md.
Pro tip: you can load the slides.md file content in a Monod slidedeck 😉.
Start this workshop by cloning the project:
$ git clone path/to/project.gitCreate a python virtualenv and install dependencies:
$ cd project.git
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements-dev.txt
(venv) $ python setup.py develop(venv) $ pytestThis work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (see LICENSE).
Data from temperature/fixtures/ are part of the Climate Change: Earth
Surface Temperature
Data
Kaggle dataset, licensed under a Creative Commons Attribution-ShareAlike 4.0
International License.