-
Notifications
You must be signed in to change notification settings - Fork 25
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
Investigate new micropip features #40
Comments
…odide-micropip-options
The |
Ok, I've got an (unreleased) jupyterlite-pyodide-lock up to a working state. There are some temporary docs with demo up, which also includes a deployed lockfile and wheel. Right now it works with well-known locations of
Due to the hard dependency on (alpha) Other techniques ( |
and of course not precious about where this actually gets released from, if it makes more sense for it to be in the org. |
Problem
We still carry a lot of patches, managed as full-fat wheel builds, #27 adds more.
Proposed Solution
Investigate whether new micropip features make this more reasonable.
micropip.add_mock_package
widgetsnbextension {x|y}
micropip.install(..., index_urls)
pyodide-lock.json
%pip
loadPyodide
optionslockFileURL
${indexUrl}/pyodide-lock.json
data:
URI (unknown)packages
--pyodide-preload-packages-blocklist
for kernel depsAdditional context
extracted from #39
The text was updated successfully, but these errors were encountered: