-
Notifications
You must be signed in to change notification settings - Fork 69
Enable Python API in the JupyterLite deployment #412
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
cf58ed7
Don't change paths to absolute backend paths
davidbrochart d1ce454
Enable jupytergis_lab in WASM platform
davidbrochart 2054511
Make the model collaborative in JupyterLite
davidbrochart 882e055
Deploy JupyterLite with collaborative drive
davidbrochart 65c89ed
Review
davidbrochart 3e08df7
Pin python=3.12
davidbrochart 8ce4b57
Pin micromamba v2.0.5
davidbrochart c190b82
Install myst-parser from conda
davidbrochart d4ad3d1
Fix typo
davidbrochart 4c00edc
Fix paths
davidbrochart 27456b9
Show error message in the front-end when there is no collaborative drive
martinRenou 0a37f8c
Linter
martinRenou 7dd2bf9
Handle file operations in the front-end
martinRenou a63bb36
Up
martinRenou 3818b3d
Update yjs widgets
martinRenou 28daa39
Remove unwanted test
martinRenou e9f218f
Cleanup
martinRenou 0e2a371
Remove Github pages build
martinRenou d392fd2
Show console as early as possible
martinRenou 4a56544
More docs building removal
martinRenou 98c6783
Unpin my-jupyter-shared-drive
martinRenou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,18 @@ | ||
| name: xeus-python-kernel | ||
| channels: | ||
| - https://repo.mamba.pm/emscripten-forge | ||
| - https://prefix.dev/emscripten-forge-dev | ||
| - conda-forge | ||
| dependencies: | ||
| - python=3.13 | ||
| - pip | ||
| - xeus-python | ||
| - requests | ||
| - jupyter_ydoc=2.1.5 | ||
| - ypywidgets>=0.9.6,<0.10.0 | ||
| - comm>=0.1.2,<0.2.0 | ||
| - pydantic>=2,<3 | ||
| - pip: | ||
| - yjs-widgets>=0.4,<0.5 | ||
| - my-jupyter-shared-drive | ||
| - ../python/jupytergis_lab | ||
| - ../python/jupytergis_core |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,4 @@ | ||
| { | ||
| "jupyter-lite-schema-version": 0, | ||
| "jupyter-config-data": { | ||
| "appName": "JupyterGIS App", | ||
| "disabledExtensions": [ | ||
| "@jupyter/collaboration-extension", | ||
| "@jupyter/docprovider-extension" | ||
| ] | ||
| } | ||
| "jupyter-config-data": {} | ||
| } |
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.