-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Hi,
As a quick heads-up, JupyterLite 0.6.0 is around the corner (currently in beta) and comes with a few changes, some of them impacting kernels.
For kernels the main change is the switch to regular JupyterLab plugins, instead of the specific JupyterLiteServerPlugin used until now in JupyterLite:
jupyterlite-webr-kernel/src/index.ts
Line 11 in 49e5e06
| const server_kernel: JupyterLiteServerPlugin<void> = { |
The file system access when multiple tabs are opened has also been improved, with the use of browsingContextId for kernels that enable file system access.
There is more information in the migration guide: https://jupyterlite.readthedocs.io/en/latest/migration.html#to-0-6-0.
Don't hesitate to comment here or open a new issue on the repo if needed, happy to help!
Metadata
Metadata
Assignees
Labels
No labels