docs: add a reference to the Xeus kernel template#152
Merged
jtpio merged 2 commits intojupyterlite:mainfrom Jan 25, 2025
Merged
docs: add a reference to the Xeus kernel template#152jtpio merged 2 commits intojupyterlite:mainfrom
jtpio merged 2 commits intojupyterlite:mainfrom
Conversation
Member
Right, the main problem with |
jtpio
reviewed
Jan 25, 2025
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
iliev-georgi
pushed a commit
to iliev-georgi/jupyter-lite-demo
that referenced
this pull request
Feb 22, 2025
* List available kernels, add link to Xeus kernel * Tenplate, not theme Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com> --------- Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
iliev-georgi
pushed a commit
to iliev-georgi/jupyter-lite-demo
that referenced
this pull request
Feb 22, 2025
* List available kernels, add link to Xeus kernel * Tenplate, not theme Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com> --------- Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
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.
Description
It was tricky for a user to see how to set up a Xeus/
xeus-python-based deployment from this repository, and I think that this repository can link to the https://github.com/jupyterlite/xeus-python-demo for that. Since the README there also contains a short comparison of the Pyodide and Xeus kernels, I think adding this cross-reference would help newcomers who would like to switch between kernels, as this repository shows up as the second search result for "jupyterlite template" on search engines and one needs to search for "jupyterlite template xeus" explicitly to find the Xeus one.Changes added
P.S. Maybe this has already been discussed elsewhere, but a
cookiecuttertemplate (or better, one usingcopier) that would unify both repositories would also be nice. However, that would not work with the green "Use this template" button on GitHub, which is quicker.