Skip to content

jseabold/dask-pydata-dc-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published