-
Notifications
You must be signed in to change notification settings - Fork 25
Enable Python API in the JupyterLite deployment #680
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 5 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
efb8ed1
Config docs
arjxn-py 983e4e4
Merge branch 'main' into lite-python-api
arjxn-py 54037a3
Revert changes
arjxn-py 08dd102
Update lite env
arjxn-py c52664f
update lite config
arjxn-py 1474ba8
Bump yjs-widgets and make changes wrt
arjxn-py 6628869
Update lite/environment.yml
arjxn-py ad1634e
bump yjs-widgets on jupytercad_app too
arjxn-py aaa3f97
use updated version of actions/cache
arjxn-py 95ebe6d
try building jcad in lite
arjxn-py 62e7736
try installing whl instead from src
arjxn-py 1399867
try giving a random name to the wheels to be used for lite
arjxn-py e823a09
correct path
arjxn-py 2a1bc15
not needed
arjxn-py cee4804
move collaboration to jupytercad
arjxn-py 85f77a3
do same for lab
arjxn-py 3905fcc
No need to install
arjxn-py 06d7e1d
install jupyter-server in CI
arjxn-py cbbf442
typo
arjxn-py a5c3ad6
lazily import `setup_handlers`
arjxn-py 94d29bd
install jupytercad metapackage for ui tests
arjxn-py 1f30ecb
install metapackage in correct job
arjxn-py 47a6341
build jupytercad metapackage too
arjxn-py df0fd06
try adding docprovider to sharedPackages
arjxn-py 2d96224
not needed
arjxn-py 48f287a
try bundled true
arjxn-py 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
| 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/jupytercad_lab | ||
| - ../python/jupytercad_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": "My JupyterCAD 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
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.