Skip to content

📊 📈 Notebook that contains the visualizations shown in the first meetup

License

Notifications You must be signed in to change notification settings

pythonpereira/IntroDataVizSeaborn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to DataViz in Python

This repository shows the visualizations presented during a talk in the first meetup of PyPereira. Slides can be found here (in spanish).

Installation (Mac and Linux)

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) env

to install the environment in a new folder called env. To activate it run

source env/bin/activate

You should see (env) at the begining of the comand prompt. Now, install dependencies with

pip install -r top-requirements.txt

Finally, you can run jupyter using

jupyter notebook

This 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 😊.

About

📊 📈 Notebook that contains the visualizations shown in the first meetup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published