dask-pydata-chi-2016

Dask tutorial for PyData Chicago 2016

BSD-3-CLAUSE License

Stars
17
Committers
1

Dask tutorial for PyData Chicago 2016

Create the environment for this tutorial:

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

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.