-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Python API in the JupyterLite deployment (#412)
* Don't change paths to absolute backend paths * Enable jupytergis_lab in WASM platform * Make the model collaborative in JupyterLite * Deploy JupyterLite with collaborative drive * Review * Pin python=3.12 Co-authored-by: martinRenou <martin.renou@gmail.com> * Pin micromamba v2.0.5 * Install myst-parser from conda * Fix typo * Fix paths * Show error message in the front-end when there is no collaborative drive * Linter * Handle file operations in the front-end * Up * Update yjs widgets * Remove unwanted test * Cleanup * Remove Github pages build * Show console as early as possible * More docs building removal * Unpin my-jupyter-shared-drive --------- Co-authored-by: martinRenou <martin.renou@gmail.com>
- Loading branch information
1 parent
aa2ef32
commit 89e4de9
Showing
17 changed files
with
92 additions
and
187 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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 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 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 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 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 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 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 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 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 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.