First time here? Check out the FAQ!
answered 2017-04-28 17:38:04 +0100
This code will display the animation embeded in a jupyter notebook
my_path = 'my.gif' a.gif(savefile=my_path) html('<img src="%s" />'%my_path)
Warning: this saves the animation in the same folder where the notebook is.