1 | initial version |
There have been some proof-of-concept, see for example https://jakevdp.github.io/blog/2013/12/05/static-interactive-widgets/
Unfortunately, StaticInteract
no longer exists, and the feature-request is still open : https://github.com/jupyter-widgets/ipywidgets/issues/1903
In any case, the interact should not have too much states, since all of them have to be pre-computed and exported as an image, so while this should work with sliders and buttons, do not expect an interact where the user can enter her own values.