Ipython widgets interactive static HTML

Viewed 18

I used to (about a couple of years ago) generate static web pages from Jupyter Notebook having Ipython widgets using nbconvert. The resulting HTML used to have interactivity as expected. However, now I see that HTML files from nbconvert do NOT have interactivity. I have tried the illusionist library as well but still can't get interactive widget. Is there any other library or tool that can generate static HTML files having interactive widgets without having any Python backend. I do see similar questions have been posted but none to those clearly answer why nbconvert doest work nor is any viable solution presented. Thanks in advance for any pointers.

0 Answers
Related