In a collection of Jupyter notebooks we have some IPython widgets that work as expected (see an example in first GIF). But when rendered into a Jupyter book they do not work anymore (see second GIF).
"The widget framework is built **on top of the Comm framework** (short for communication). The Comm framework is a framework that **allows you send/receive JSON messages** to/from the front-end (as ...