til/python/adding-gifs-to-notebook-file.md

6 lines
138 B
Markdown
Raw Normal View History

2021-05-09 21:18:17 +02:00
To display gif in notebook you can use inline markup on a **Markdown** cell like this:
```
![SegmentLocal](gifs/mygif.gif "segment")
```