I have been searching how to embed an interactive matplotlib widget (like this one: http://matplotlib.org/examples/widgets/slider_demo.html) in a webpage. The final aim is to make an educational page.
I hope I am not duplicating the question. What google finds is always how to embed the plot as a still-shot, in an image format.
I thought I can do something with ipython notebook or plotly or gjango. But I got confused.
Is it possible at all for intractive plots? I appreciate your guides to which direction I should think and work on.
Thank you.