Get help from the marimo community

Updated 3 weeks ago

`mo.mpl.interactive()`

Is it expected that it doesn't work in a WASM notebook?
M
R
4 comments
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
this WebAgg renders the plot as a raster image, correct?
Not exactly sure. But it connects via a websocket (maybe more ways to connect) which is difficult to pull off in wasm
Add a reply
Sign up and join the conversation on Discord