-
Notifications
You must be signed in to change notification settings - Fork 20
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
Enable Python API in the JupyterLite deployment #680
Merged
Merged
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
f3dd313
to
54037a3
Compare
Integration tests report: appsharing.space |
Preview PR at appsharing.space |
6803dbe
to
2ecdf88
Compare
fb807d4
to
08dd102
Compare
martinRenou
reviewed
Feb 11, 2025
martinRenou
reviewed
Feb 11, 2025
c2b4b1f
to
1474ba8
Compare
Co-authored-by: martinRenou <[email protected]>
1cdeccd
to
6628869
Compare
e2b183a
to
1399867
Compare
a7f16f8
to
e823a09
Compare
f84f461
to
85f77a3
Compare
7367099
to
3905fcc
Compare
c657082
to
94d29bd
Compare
fc5753c
to
df0fd06
Compare
martinRenou
approved these changes
Feb 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @martinRenou!! Wouldn't have been possible alone :) |
martinRenou
added a commit
that referenced
this pull request
Feb 12, 2025
This reverts commit 1611a56.
martinRenou
added a commit
that referenced
this pull request
Feb 12, 2025
martinRenou
added a commit
to martinRenou/jupytercad
that referenced
this pull request
Feb 13, 2025
* Config docs * Revert changes * Update lite env * update lite config * Bump yjs-widgets and make changes wrt * Update lite/environment.yml Co-authored-by: martinRenou <[email protected]> * bump yjs-widgets on jupytercad_app too * use updated version of actions/cache * try building jcad in lite * try installing whl instead from src * try giving a random name to the wheels to be used for lite * correct path * not needed * move collaboration to jupytercad * do same for lab * No need to install * install jupyter-server in CI * typo * lazily import `setup_handlers` * install jupytercad metapackage for ui tests * install metapackage in correct job * build jupytercad metapackage too * try adding docprovider to sharedPackages * not needed * try bundled true --------- Co-authored-by: martinRenou <[email protected]>
martinRenou
added a commit
that referenced
this pull request
Feb 13, 2025
…lite metapackage (#687) * Enable Python API in the JupyterLite deployment (#680) * Config docs * Revert changes * Update lite env * update lite config * Bump yjs-widgets and make changes wrt * Update lite/environment.yml Co-authored-by: martinRenou <[email protected]> * bump yjs-widgets on jupytercad_app too * use updated version of actions/cache * try building jcad in lite * try installing whl instead from src * try giving a random name to the wheels to be used for lite * correct path * not needed * move collaboration to jupytercad * do same for lab * No need to install * install jupyter-server in CI * typo * lazily import `setup_handlers` * install jupytercad metapackage for ui tests * install metapackage in correct job * build jupytercad metapackage too * try adding docprovider to sharedPackages * not needed * try bundled true --------- Co-authored-by: martinRenou <[email protected]> * Add `jupytercad_lite` metapackage (#681) * Add `jupytercad_lite` metapackage * update bump-version * port remaining changes * install jupytercad_lite on build-lite job * install jupytercad_lite on build-lite job * try building jupytercad_lite in build packages * continue installing the labextension in the dev install script * continue installing the package too * install metapackage outside the for loop * condition not needed * Fix: Collaborative model (#682) Fic: Collaborative model --------- Co-authored-by: Arjun Verma <[email protected]>
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.
Porting geojupyter/jupytergis#412