More exactly, if I use the same account in another browser, i.e. the same notebook server instance. At the top I have:
%matplotlib notebook and animation works fine with simple call: ani = animation.FuncAnimation(fig, animate) plt.show() Adding another parameter doesn't change the behavior On Tuesday, December 13, 2016 at 2:35:43 PM UTC-8, [email protected] wrote: > > I created strip chart using FuncAnimation but it is updating only for the > first instance. As soon as I open another browser window the first plot > stops updating. > Is it supposed behavior for Jupyter Notebook or I miss something? > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/aa62ec0b-3a36-46e1-8442-1b74404583c2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
