til/python/adding-gifs-to-notebook-file.md
2021-05-09 22:18:17 +03:00

6 lines
138 B
Markdown

To display gif in notebook you can use inline markup on a **Markdown** cell like this:
```
![SegmentLocal](gifs/mygif.gif "segment")
```