You should clone this repository
git clone http://github.com/dask/dask-tutorial
and then install necessary packages.
You will need the following core libraries
conda install numpy pandas h5py Pillow matplotlib scipy toolz pytables snakeviz dask distributed
You may find the following libraries helpful for some exercises
pip install graphviz cachey
In the repo directory
conda env create -f environment.yml
and then on osx/linux
source activate dask-tutorial
on windows
activate dask-tutorial
Windows users can install graphviz as follows
- Install Graphviz from http://www.graphviz.org/Download_windows.php
- Add C:\Program Files (x86)\Graphviz2.38\bin to the PATH
Alternatively one can use the following conda commands (one installs graphviz and one installs python-bindings for graphviz):
- conda install -c conda-forge graphviz
- conda install -c conda-forge python-graphviz
From the repo directory
jupyter notebook