From 982b55f260706eb95969cdef6683119fdbd534d2 Mon Sep 17 00:00:00 2001 From: Asocia Date: Sun, 9 May 2021 22:18:17 +0300 Subject: [PATCH] TIL: Adding gifs to notebook file --- python/adding-gifs-to-notebook-file.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/adding-gifs-to-notebook-file.md diff --git a/python/adding-gifs-to-notebook-file.md b/python/adding-gifs-to-notebook-file.md new file mode 100644 index 0000000..0cd9dab --- /dev/null +++ b/python/adding-gifs-to-notebook-file.md @@ -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") +```