Skip to content
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

[wip] Move to Pyodide #157

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

[wip] Move to Pyodide #157

wants to merge 40 commits into from

Conversation

teonbrooks
Copy link
Collaborator

No description provided.

@teonbrooks teonbrooks mentioned this pull request Jul 1, 2021
5 tasks
@teonbrooks
Copy link
Collaborator Author

closes pyodide/pyodide#125

@teonbrooks
Copy link
Collaborator Author

this comment will likely be helpful as a reference if we have problems with matplotlib rendering: pyodide/matplotlib-pyodide#6

@teonbrooks
Copy link
Collaborator Author

it seems like the webworker is being generated but the steps afterwards are failing. It gets to the EXPERIMENT_CLEANUP step and then it fails

teonbrooks and others added 17 commits August 23, 2022 14:52
this adds the original pyodide.js with no mods. doesn't work out of the box. gitignore src files for building. the good place if we need to remove from git history if better solution come for importing
the objective is to clean up and organize the python calls.
- pyimport contains all the python modules to be used
- utils is for all the function definitions
- cells are independent commands to be made (maybe rename to commands)

pipes.js and function.js were responsible for managing the state of the python kernel. they won't be needed in this new paradigm
to make it clear that python is being served using WebAssembly and not the jupyter, changing all the references
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pyodide Integration Finish LIne WASM memory out of bounds error
2 participants