JSAnimation. Turn matplotlib charts into animations you can watch in a notebook or website.

github.com/jakevdp/JSAnimation

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2017
  • Add deprecated note to README
March 2014
  • Merge pull request #10 from ramovsky/master
  • shuld work with any py3k
  • fixed in memory file saving and base64 encoding for python 3
November 2013
  • Merge pull request #7 from garrison/py3k
  • [py3k] removed use of tuple unpacking (see PEP 3113)
  • [py3k] use io.StringIO on python3
  • [py3k] fixed a relative import
  • update compatible browsers
  • add license text
August 2013
  • use non-digit characters for hash
  • set interval inside class definition
  • scope global variables for multiple animations in one page
  • improve hashes and temporary files
  • correct name in setup.py
July 2013
  • add setup.py
June 2013
  • fix tempfile bug on windows
  • use cStringIO instead of temporary files
May 2013
  • Propagate options through call to save
  • bugs: fix frame format & default_mode