-
Hello, thank you for your work. I was trying to add some flavor with experimentation. However, I'm having some trouble of following through.
### Problem
I build a front end extension that simply…
-
The `acorn-import-assertions` package is used [here](https://github.com/pyodide/pyodide-webpack-plugin/blob/cb119a3198a364782de9a8dc4f558fcd03c71e1f/loader.ts#L2), but it is missing from `package.json…
-
It seems like Pyodide is currently only built in the GitHub action via a custom docker image.
Is there a way to run this locally? For example if you wanted to improve the demo.
-
I tried both torch 1.12.1 and 1.13.1 and neither worked
> Traceback (most recent call last):
> File "/usr/lib/python3.11/ctypes/__init__.py", line 376, in __init__
> self._handle = _dlopen(se…
-
## 🐛 Bug
During the build of a pymatgen wasm/emscripten whl file following the tutorial: https://pyodide.org/en/stable/development/building-and-testing-packages.html, the 'pyodide build' command re…
-
LFortran (as of today) can compile 6 out of 18 Fortran packages in SciPy: https://github.com/lfortran/lfortran/pull/2743, and we keep working on compiling the rest. At the same time, I think it's a go…
-
Loading a module compiled with `-sMODULARIZE` fails after including requirejs. cf https://github.com/pyodide/pyodide/issues/2282
**Version of emscripten/emsdk:**
Tip of tree
```
emcc (Emscripten…
-
Hi,
we want to temporarily download zipped text files in a JupyterLite notebook via url. There are problems with wget, requests and fetch. Is there an alternative library or a functional extension …
-
The [Xeus Python kernel for JupyterLite](https://github.com/jupyterlite/xeus-python-kernel) allows for pre-installing packages at build time: https://xeus-python-kernel.readthedocs.io/en/latest/config…
-
It is possible to compile nbconvert to WebAssembly? Ive seen JupyterLite and Pyodide are using WASM. Is it possible to run nbconvert in the web browser?