Skip to content

Latest commit

 

History

History
95 lines (64 loc) · 3.09 KB

README.md

File metadata and controls

95 lines (64 loc) · 3.09 KB

License: MIT Version Binder

gapminder

Welcome to gapminder! This project attempts to reproduce the results and to offer alternative visualizations.

Gapminder Animation


User Guide

Viewing the Project

You can view the explorations that led to the main animation for this project on MyBinder by clicking the badge below (this may take some time in case no conta a container is currently deployed).

Binder

Running the Project

If you have Python 3 and Jupyter installed, you may run the project on your local machine by executing the following commands from your terminal:

$ git clone https://github.com/OliverSieweke/gapminder.git
$ cd gapminder
$ pip install -r requirements.txt
$ jupyter notebook notebooks

Data

The data used for this project was downloaded from gapminder.org on the 23.04.2020, it makes use of:


Python 3.7 Code style: black Dependabot

Developer Guide

Contributions are welcome! Please fork the project, make sure you have Python 3.7 installed and set up your local repository as follows: :

$ git clone https://github.com/<path_to_your_fork>
$ cd <your_local_repository>
$ python3.7 -m pip install -r requirements-dev.txt
$ pre-commit install

This will install required dependencies and set up git hooks to ensure that your commits conform to the project's code style.