This repository shows the visualizations presented during a talk in the first meetup of PyPereira. Slides can be found here (in spanish).
You should have python 3.6 and virtualenv installed in your computer. In a terminal, from the directory of this repository run
virtualenv -p $(which python3) envto install the environment in a new folder called env. To activate it run
source env/bin/activateYou should see (env) at the begining of the comand prompt.
Now, install dependencies with
pip install -r top-requirements.txtFinally, you can run jupyter using
jupyter notebookThis will open a browser window where you can see the notebook, named
TalkNotebook.ipynb.
Feel free to ask me any questions by opening an issue or via twitter 😊.