.. _page_jupyter_notebooks: ========================== Jupyter Notebooks ========================== Several jupyter notebooks are available that provide tutorials about `imgaug`'s functionality. They are hosted at `imgaug-doc/notebooks `_. The notebooks can be downloaded to interactively modify the examples. List of Notebooks: * `A01 - Load and Augment an Image `_ * `A03 - Multicore Augmentation `_ * `B01 - Augment Keypoints (aka Landmarks) `_ * `B02 - Augment Bounding Boxes `_ * `B03 - Augment Polygons `_ * `B06 - Augment Line Strings `_ * `B04 - Augment Heatmaps `_ * `B05 - Augment Segmentation Maps `_ * `C01 - Using Probability Distributions as Parameters `_ * `C02 - Using imgaug with more Control Flow `_ * `C03 - Stochastic and Deterministic Augmentation `_ * `C04 - Copying Random States and Using Multiple Augmentation Sequences `_