MonashDataFluency / python-workshop-base

The master template repository for Monash Data Fluency Python workshop modules
https://MonashDataFluency.github.io/python-workshop-base/
Other
24 stars 20 forks source link

Add required pip install commands at the top of modules #7

Closed pansapiens closed 6 years ago

pansapiens commented 6 years ago

This will make each module self contained and ensure dependencies are there no matter which Jupyter-style notebook people use.

eg

!pip install pandas numpy plotnine
pansapiens commented 6 years ago

Fixed in indexing module.

pansapiens commented 6 years ago