-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support loadPyodide
options
#103
Conversation
Up on RTD, it does indeed look like it preloads This leads to an (apparently) slower start of the first interactive use of the kernel, so may not desirable for heavyweight packages on general purpose sites, but probably will improve start time when we can skip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This is awesome! Is it expected to make it in the upcoming 0.3.0 kernel release? |
|
references
code changes
loadPyodide(options)
lockFileURL
andpackages
piplite.install
packages that weren't preloaded byloadPyodideOptions.packages
ssl
,matplotlib
, etc.user-facing changes
loadPyodide
packages
makes things faster, as they are downloaded while the pyodide VM is starting up