mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01:00
6 lines
138 B
Markdown
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")
|
||
|
```
|