| 1 | initial version |
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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.