-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
@stefanv expressed interest about this in the Scientific Python Discord, so I thought opening an issue may be worth it.
scikit-learn recently added a JupyterLite button to its example gallery (on the dev website), for example see this example and click on the JupyterLite button.
The JupyterLite functionality in a sphinx-gallery feature since sphinx-gallery 0.13, see sphinx-gallery JupyterLite doc and scikit-learn conf.py for more details.
If you are wondering about what works inside Pyodide and what does not, I can tell you this:
- the scikit-learn test suite passes on the Pyodide development version (with a few xfailed tests due to Pyodide limitations, see https://github.com/lesteve/scikit-learn-tests-pyodide)
- the scipy test suite still has some issues see https://github.com/lesteve/scipy-tests-pyodide, but hopefully this will improve with time
If you have any other questions let me know!
Metadata
Metadata
Assignees
Labels
No labels