Skip to content

Latest commit

 

History

History
 
 

Workshop Notebooks

This directory contains the notebooks for following along with the session. You should run the cells as we progress through the session. Each section contains exercises, which you should complete in the workbook.ipynb notebook.

Section Notebook
0: Setup 0-check_your_env.ipynb
1: Getting Started With Matplotlib 1-getting_started_with_matplotlib.ipynb
2: Moving Beyond Static Visualizations 2-animations.ipynb
3: Building Interactive Visualizations for Data Exploration 3-interactivity.ipynb

NOTE: The utils.py file will be used in 0-check_your_env.ipynb, which you will use to check your setup. It also contains the despine() function that we will define in the first section.