mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Adding gifs to notebook file
This commit is contained in:
parent
9eb2f53360
commit
982b55f260
5
python/adding-gifs-to-notebook-file.md
Normal file
5
python/adding-gifs-to-notebook-file.md
Normal 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")
|
||||
```
|
Loading…
Reference in New Issue
Block a user