Hello,
I am trying to include interactive widgets in an html rendering of a jupyter notebook via nbconvert:
jupyter nbconvert --to html --allow-errors --execute "$1" --output output_files/"$2"
However, the html includes only the static rendering of my widgets, even though they work totally fine in the notebook itself. I know there must be a way to embed the live versions as I've seen it around the web, but I can't for the life of me get anything to work.
I am trying to use the html as the output of an analysis I'm doing in lieu of google slides or the like, so I need to be able to easily share the output and have the interactive widgets work for various people on different machines that likely don't have jupyter notebook etc. on them.
I'm having similar difficulty getting a
qgrid view of a dataframe to embed (I can't even see a static version of the grid in HTML), but this is a much less pressing problem.
Any assistance would be very much appreciated!!
Warmest regards,
-M