We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if this is possible but I could not figure how to pre-install a pure python package on my jupyterlite static html site. The example is here:
https://marcocaggioni.github.io/rheolite/lab/index.html
in the notebook the first cell is to micropip install lmfit which works fine but takes some time:
import micropip await micropip.install('lmfit')
If not yet there and if possible would be nice to have in the documentation a section explaining how to pre-install packages
thanks!
The text was updated successfully, but these errors were encountered:
Thanks @marcocaggioni for opening this.
Looks like this is being tracked in jupyterlite/pyodide-kernel#60
Sorry, something went wrong.
No branches or pull requests
Problem
Not sure if this is possible but I could not figure how to pre-install a pure python package on my jupyterlite static html site.
The example is here:
https://marcocaggioni.github.io/rheolite/lab/index.html
in the notebook the first cell is to micropip install lmfit which works fine but takes some time:
Suggested Improvement
If not yet there and if possible would be nice to have in the documentation a section explaining how to pre-install packages
thanks!
The text was updated successfully, but these errors were encountered: