Notebook Image Directive#

This is a .ipynb file with image directive. The example thumbnail is selected with image directive alt option being set to gallery_thumbnail.

without alt text#

```{image} /_static/rgb.png
   :align: center
   :width: 60%
```
../../_images/rgb.png

alt set to a random text#

```{image} /_static/bar_colors.png
   :align: center
   :alt: a random text
   :width: 60%
```
a random text