-
Notifications
You must be signed in to change notification settings - Fork 26
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
teonbrooks
wants to merge
40
commits into
main
Choose a base branch
from
pyodide-rebase
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
teonbrooks
commented
Jun 29, 2021
teonbrooks
commented
Jun 29, 2021
closes pyodide/pyodide#125 |
this comment will likely be helpful as a reference if we have problems with matplotlib rendering: pyodide/matplotlib-pyodide#6 |
teonbrooks
force-pushed
the
pyodide-rebase
branch
from
July 3, 2021 00:19
d43c4b8
to
8a4dcbe
Compare
it seems like the webworker is being generated but the steps afterwards are failing. It gets to the |
teonbrooks
force-pushed
the
pyodide-rebase
branch
from
July 7, 2021 01:34
0e6ff75
to
0d9acdb
Compare
This was
linked to
issues
Aug 2, 2021
teonbrooks
force-pushed
the
pyodide-rebase
branch
from
September 17, 2021 21:43
ba7b32e
to
22834b5
Compare
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
Co-authored-by: Dano Morrison <[email protected]>
TODO: - jupyterEpics.ts --> pyodideEpics.ts, rm pyodideEpics.js - combine pyodideActions.js into pyodideAcions.ts - pass linting
according to electron-builder, the metadata for the app comes from app/package.json so we could include the metadata contents there: https://www.electron.build/tutorials/two-package-structure
we're using the field `data` for the postMessage whereas the example we based it off of uses `python`. updated to fix the error
teonbrooks
force-pushed
the
pyodide-rebase
branch
from
August 23, 2022 20:23
22834b5
to
6222cb1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.