RJ Budzyński
RJ Budzyński2w ago

`mo.mpl.interactive()`

Is it expected that it doesn't work in a WASM notebook?
4 Replies
Hall
Hall2w ago
Someone will reply to you shortly. In the meantime, this might help:
Myles Scolnick
yes they currently don't support it, as far as i know. you can check out their supported interactive backends: https://matplotlib.org/stable/users/explain/figure/backends.html#interactive-backends we use WebAgg ourselves
RJ Budzyński
RJ BudzyńskiOP2w ago
this WebAgg renders the plot as a raster image, correct?
Myles Scolnick
Not exactly sure. But it connects via a websocket (maybe more ways to connect) which is difficult to pull off in wasm