Hey, I’m noticing that the output from a cell that used an “interact” slider in my notebook doesn’t appear at all in the fastpages-generated blog post… which makes sense.
Is there any way to get that working? My guess is no, i.e. not generally, because that would require running a Python interpreter to handle your callbacks, which Jekyll isn’t going to do.
Am I wrong about that – Is there some way to make ipywidgets work? ("Yea, tell people to click the ‘Open in Colab’ link at the top " ) There is some kind of “Save Widget State” option in
nbconvert
but I’m not sure how to enable that.
(In my case, I could just render a set of static images and maybe run some kind of JavaScript-based slider in a Markdown cell that shows the images as one moves the slider.)