Supporting files for Intro Data Analysis Workshop, Spring 2018
On macOS:
python3 -m pip install --upgrade pip
python3 -m pip install jupyter
On windows:
python -m pip install --upgrade pip
python -m pip install jupyter
pip3 install matplotlib
pip3 install pandas
pip3 install scipy
jupyter notebook
Credits to QCaudron