You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wasm backend wouldn't work in a webworker because it requires the DOM. However, running data-only backends in matplotlib seems useful and desirable.
Unfortunately I couldn't actually test that as when I tried to change the backend I ran into pyodide/pyodide#441
That issue certainly was not matplotlib specific. I initially bumped into it running my own code, but I chose matplotlib just as an example that removes as much extra complications out of it...
Matplotlib tries to run
from js import document
. This causes an exception when Pyodide is being run from within a webworker.The text was updated successfully, but these errors were encountered: