1
0
mirror of https://github.com/sahinakkaya/til.git synced 2025-07-17 14:01:49 +03:00

TIL: Adding gifs to notebook file

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

@ -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")
```