client-side Python execution via Pyodide (feature-flagged)#111
Open
shubhamkhatri20 wants to merge 22 commits into
Open
client-side Python execution via Pyodide (feature-flagged)#111shubhamkhatri20 wants to merge 22 commits into
shubhamkhatri20 wants to merge 22 commits into
Conversation
f55534d to
6da86b8
Compare
Collaborator
|
@shubhamkhatri20 please solve the conflicts so we can review it. |
Collaborator
|
@shubhamkhatri20 can you solve the conflics so we can review it. |
Fix: Change the logic flow.
6da86b8 to
0d3bc9a
Compare
Author
|
@karlafalcao Fixed the conflicts.
|
This file contains hidden or 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
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.
Describe your changes
PYODIDE_ENABLED=truein.env) so server mode is completely unaffectedWhat changed
PyodideExecutor.ts/data/virtual FS, runs user code, stores results in-memory underpyodide://URIsPythonInterpreter.tsapi.tsfetchData()interceptspyodide://paths and serves from in-memory store instead of making a network requestIndexedDBFiles.tsIndexedDBProvenance.tsindex.tsxProvenanceProvider.tsxDatasetsWindow.tsxWhat is moved vs what remains only on backend
/data/access/openAIendpointHow to test
Open the app, upload a CSV, run a pandas code box, and verify
output without any backend running.
Issue resolved by this PR (if any)
Type of change (Check all that apply)
Parts of Curio impacted by this PR:
Testing
./scripts/test.shand it passed all tests.Screenshots (if relevant)
Checklist (Check all that apply)
tests/folder into Curio, ran all the nodes one by one, and checked that they run without errors and give the expected results