-
Notifications
You must be signed in to change notification settings - Fork 30
Depend on jupyterlite-core
#89
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
Conversation
|
Looking good now after updating to |
pyproject.toml
Outdated
| "jupyter_server", | ||
| "jupyterlab_server", | ||
| "jupyterlite[piplite]", | ||
| "jupyterlite-core[piplite] >=0.1.0b19", |
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.
is [piplite] still required?
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.
ah good catch, thanks!
martinRenou
left a comment
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!


Similar to jupyterlite/xeus-python-kernel#114
The core functionality of the
jupyterlitepackage is being extracted to a newjupyterlite-corepackage in jupyterlite/jupyterlite#994.This will allow site deployers to make slimmer deployments without having to bring the Pyodide kernel by default.
TODO
jupyterlite-corebuilt from Add thejupyterlite-corePython package jupyterlite#994jupyterlite-coredependency when a release is available (likely after Add thejupyterlite-corePython package jupyterlite#994 is merged)