-
Notifications
You must be signed in to change notification settings - Fork 336
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
Struggling to update offline setup from 0.1.0 to 0.2.3 #1311
Comments
Thanks @epugh for the report. The downloading of a specific Pyodide version that can be used offline is now handled in the Normally the |
Ah according to the screenshot in o19s/quepid-jupyterlite#3, it looks like this might be related to the mimetype of the wasm file. Maybe you could try starting the server with |
I made some progress... I did not have luck with using Running Creating a python notebook does run into: ![]() Do I need to add more modules to my piplite listing? |
Not sure if it may be an issue with the offline Pyodide feature, or related to the recent update to Pyodide 0.25.0 released in Would you be able to to try with |
Yes, the full pyodide distribution can be quite large when downloaded locally.
Ah, this may be an issue with a recent ipywidgets release. As an alternative you may want to consider using the |
Description
I have a public opensource project for Quepid that wraps up our Jupterlite setup. I am attempting to upgrade from 0.1.0 to 0.2.3 and the upgrade path hasn't been as clear as I was hoping.
Here is the PR with my progress so far... o19s/quepid-jupyterlite#3
One wrinkle is that we require the offline mode. If I do an online mode, it works, but offline it doesn't, and I suspect it's cause I'm not using the right pyodide?
Reproduce
Here is what I do:
Open it up on http://localhost:8000 and I have kernals, but when I go to load them I get an error about missing files and
wasm not instantiated
.Expected behavior
It runs offline!
Context
Browser Output
The text was updated successfully, but these errors were encountered: