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>