/dask-pydata-dc-2016

Dask tutorial for PyData DC 2016

Primary LanguageJupyter Notebook

Dask tutorial for PyData DC 2016

Create the environment for this tutorial:

conda create -n dask-tutorial -y --no-default-packages --override-channels -c conda-forge -c defaults nomkl h5py ipython jupyter dask==0.11.0 distributed
source activate dask-tutorial
pip install graphviz
pip install dask --upgrade

Start your jupyter notebook:

jupyter notebook

Acknowledgements

This notebook draws heavily on many existing Dask materials written by Matt Rocklin, Jim Crist, and others. Links to these materials are in the notebook.