Roman Yurchak
Roman Yurchak
I think we should also open an upstream issue at matplotlib, see if there is any interest there and try to get them involved. @madhur-tandon Might also have some perspective...
Right, but we have our own [matplotlib backend](https://github.com/pyodide/pyodide/blob/main/packages/matplotlib/src/wasm_backend.py) and before doing much more development work on it, I think it would be good to discuss what's the future of it....
Thanks for the input @madhur-tandon ! I also saw somewhere a mention of HTML5 backend being one of the possible topics for matplotlib GSoC this year (unless I'm mixing up...
> Anyway, let me know if this is of use here and I can revive it back for the current Pyodide. @madhur-tandon If you could sync it with `main` and...
Thanks @ashutoshbsathe ! you are of course welcome to work on this.
One possibility could be to integrate with [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery/tree/master) (cf [this example gallery](https://sphinx-gallery.github.io/auto_examples/index.html), for instance). A number of projects are using it and it currently allows to export a Jupyter notebook...
> use macs so we don't test things locally in Safari Actually once https://github.com/pyodide/pyodide/pull/1912 is resolved, we could potentially run Safari in CI. It adds more maintenance work, but then...
Thanks @ashley-hh ! Could you please copy paste it as [a code snippet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code-and-syntax-highlighting) so that we wouldn't have to re-type it manually?
Thanks! I can reproduce on Safari 14.1. As far as I can tell the error happens when calling sns.clustermap, even without the savefig part. BTW, in Safari 13.1 I get,...
@hoodmane Are you sure? https://emscripten.org/docs/getting_started/FAQ.html#how-do-i-pass-int64-t-and-uint64-t-values-from-js-into-wasm-functions doesn't sound like it.