Welcome to gapminder! This project attempts to reproduce the results and to offer alternative visualizations.
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).
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
The data used for this project was downloaded from gapminder.org on the 23.04.2020, it makes use of:
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.