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
Pyodide is a python distribution for the browser and Node.js based on WebAssembly. Especially useful for playgrounds/education (e. g. JupyterLite) and interactive documentation (e. g. markdown-exec)
Pure python packages are directly supported, but packages with C extensions like mwparserfromhell need to be handled explicitly.
Pyodide is a python distribution for the browser and Node.js based on WebAssembly. Especially useful for playgrounds/education (e. g. JupyterLite) and interactive documentation (e. g. markdown-exec)
Pure python packages are directly supported, but packages with C extensions like mwparserfromhell need to be handled explicitly.
@earwig Would you be interested in providing a pyodide package?
It shouldn't be much efford, since https://github.com/conda-forge/mwparserfromhell-feedstock/blob/main/recipe/meta.yaml is already in place
The text was updated successfully, but these errors were encountered: