Hi @fnac,
The FigureWidget callback interactions are only available in the Jupyter Notebook. This is because the callback functions require a running Python kernel which is not available in the web browser.
The best way to have callback interactions available in a website outside of the Jupyter Notebook is to use Dash: https://dash.plot.ly/interactive-graphing
Hope that helps clear things up,
-Jon