-
Notifications
You must be signed in to change notification settings - Fork 948
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
Docs: Update jupyterlite #3918
Docs: Update jupyterlite #3918
Conversation
Merging as it's a minor docs patch |
@@ -131,7 +131,7 @@ def setup(app): | |||
rediraffe_redirects = { | |||
"typedoc/index": "_static/typedoc/index", | |||
"try/lab/index": "_static/lab/index", | |||
"try/retro/index": "_static/retro/tree/index", | |||
"try/notebook/index": "_static/tree/index", |
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.
Should this be tree
instead, so it matches the value set above?
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.
Indeed!
@@ -28,7 +28,7 @@ dependencies: | |||
- bqplot | |||
- ipykernel | |||
- ipyleaflet | |||
- jupyterlite >=0.1.1,<0.2.0 | |||
- jupyterlite >=0.3.0,<0.4.0 |
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.
This should probably be jupyterlite-core
, since the jupyterlite
metapackage does not include any kernel anymore: https://jupyterlite.readthedocs.io/en/latest/migration.html#id3
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.
And we would need to add a kernel, for example jupyterlite-pyodide-kernel
or jupyterlite-xeus
.
No description provided.