Re: [jupyter] Jupyter Interactive and animated plot

2018-03-14 Thread Michael Milligan
In principle the animation options available and the interactive widgets
shouldn't interfere with one another. E.g. if you call a function that
displays a matplotlib FuncAnimation from interact(), nothing there should
break. You might not get a very satisfying experience, though. Depending on
the complexity of the animation, the latency for responding to the widget
might not feel very interactive, since that approach would mean
regenerating the whole animation for every interaction.

You might get a better response if you could give us a more specific idea
of what you are trying to accomplish.


On Mon, Mar 12, 2018 at 4:48 AM, Juan Manuel Mauricio  wrote:

> Is it possible to create an interactive animated plot in jupyter notebook
> or jupyter lab?
> There are examples of animated plots. There are examples of interactive
> plots (i.e. slider widget). But I can't find an example of doing
> interaction with an animated plot.
>
> --
> 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 jupyter+unsubscr...@googlegroups.com.
> To post to this group, send email to jupyter@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jupyter/2a7884ab-b2fe-49fd-b675-a28df88d9829%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAPuy8grNe%2Bv2GH793W2shk4qL9RfVqonooiW3aTjqSW79EyzLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[jupyter] Jupyter Interactive and animated plot

2018-03-12 Thread Juan Manuel Mauricio
Is it possible to create an interactive animated plot in jupyter notebook 
or jupyter lab?
There are examples of animated plots. There are examples of interactive 
plots (i.e. slider widget). But I can't find an example of doing 
interaction with an animated plot.

-- 
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 jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/2a7884ab-b2fe-49fd-b675-a28df88d9829%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.