I've been trying to display a gif in Jupyter notebook and have had some trouble. I keep getting a blank image file.
I've tried using html from this GitHub repository.
![wignerfunction][1](../gifs/wigner_rotation_animate.gif "wigner")
And
from IPython.display import Image
Image(url='example.gif')
None of the above have worked so far.
Thanks