[Matplotlib-users] Do animations work in Notebook on Mac?

2015-02-02 Thread Mark Bakker
Hello List, I could swear that animations used to work inside a Notebook using the nbagg backend on my Mac. But they seem not to do anything anymore. Just updated to mpl 1.4.2 and am running IPython 2.3.1. Can anybody get the basic example to work:

Re: [Matplotlib-users] Do animations work in Notebook on Mac?

2015-02-02 Thread Mark Bakker
Thanks, Thomas. They sure have a working example. Now I gotta figure out what they do different than I did in the one that didn't work. I'll report back (although things may be fixed with the upcoming 1.4.3 release), Mark On Mon, Feb 2, 2015 at 5:26 PM, Thomas Caswell tcasw...@gmail.com wrote:

Re: [Matplotlib-users] Do animations work in Notebook on Mac?

2015-02-02 Thread Thomas Caswell
The nbagg UAT has an animation example: https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backends/web_backend/nbagg_uat.ipynb that should work on 1.4.2. Tom On Mon Feb 02 2015 at 11:17:15 AM Benjamin Root ben.r...@ou.edu wrote: There have been many fixes to the nbagg backend

Re: [Matplotlib-users] Do animations work in Notebook on Mac?

2015-02-02 Thread Benjamin Root
There have been many fixes to the nbagg backend that I think are lined up for the upcoming 1.4.3 release (the release candidate was tagged yesterday). Perhaps it has been fixed there? What version did you upgrade from? Cheers! Ben Root On Mon, Feb 2, 2015 at 10:42 AM, Mark Bakker