Animations with sliders in Jupyter notebook

Hey guys,

I’m using Python 3 with Jupyiter notebook.

So I would like to use several sliders to animate some of my data…

All the examples I have found on this website use frames, the slider simple of sine wave simple switched frame.
(i.e. all the data is pre-calculated)

Problem is, with several sliders and a big data set, there are a billion combinations…!

Is there a way to be able to animate with some kind of event driven function?

Hope this is not a cheeky question, but if not would anyone know another library I could use within Juypter notebook with Python - really important for what I need to do.

Thanks guy

1 Like