quant-dc / dask-pydata-dc-2016

Dask tutorial for PyData DC 2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dask tutorial for PyData DC 2016


Languages

Language:Jupyter Notebook 90.9%Language:Python 9.1%