Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Save the animation

frames = [... list of your frames ...]
M = animate(frames)
M.save(DATA+'movie.gif')

(Or upload the gif with the data menu)

Now you can use a html cell with an link to your gif.

%html
<a href="data/movie.gif">animation</a>