Do <embedded notebooks> support interactivity?
# ask-metaflow
c
Do embedded notebooks support interactivity?
1
v
yes, in a limited fashion. Client-side (Javascript) interactivity works, e.g chart zooming and panning with Plotly / Bokeh / Altair There’s no server-side, so interacting with a backend is not supported (e.g Voila)
👍 1