TIL: Adding gifs to notebook file

This commit is contained in:
Asocia 2021-05-09 22:18:17 +03:00
parent 9eb2f53360
commit 982b55f260

View File

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