scikit-image tutorial at SciPy 2015
===================================

This directory contains the materials for the ``scikit-image`` tutorial given
at [SciPy 2015](http://scipy2015.scipy.org/ehome/115969/289057) by
Stéfan van der Walt, Joshua Warner, and Steven Silvester, titled "Image
Analysis in Python with SciPy and Scikit-Image".

After cloning or downloading this repo, start an IPython notebook server in
the root directory. For example, in a command terminal, type:

    cd path/to/skimage-tutorials
    ipython notebook


Then, open up the notebook named `index.ipynb` and follow the link to SciPy
2015. Individual lecture notebooks are linked from there.


Find solved notebooks in the ``lectures/solutions`` directory. Exercise solutions
for sections 0, 1, and 2 are compiled in the `012_solutions.ipynb` notebook.
