-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
JupyterLite docs link is not tied to docs version of skimage #6958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
FYI there is also some work in progress on adding Pyodide wheels to cibuildwheel: pypa/cibuildwheel#1456 |
FYI, building the wheel is really quite easy in GHA. See
And for an example using a pure python: And one doing binary + docs (which I forgot about a moment ago): |
The thing is I don't think there is a way to do out-of-tree Pyodide builds (i.e. use Suggestions more than welcome! |
Uh oh!
There was an error while loading. Please reload this page.
Currently, when opening any gallery example in JupyterLite, it loads with a different version of skimage than the one used in the docs. This means that some examples won't run. The problem will get worse in the future, as APIs change.
We can now build web assembly / pyodide wheels for skimage, so the most obvious solution is to ship an skimage pyodide wheel along with the static docs deployment.
@lesteve has outlined some of these issues in #6911 (comment). They also have a working pyodide build in pyodide/pyodide#3874
The text was updated successfully, but these errors were encountered: