Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Make 0.x versions of jupyterlite-xeus-python compatible with JupyterLite 0.2.0 #184

Closed
jtpio opened this issue Oct 20, 2023 · 1 comment
Closed

Comments

@jtpio
Copy link
Member

jtpio commented Oct 20, 2023

The update to JupyterLite 0.2.0 was done in #155.

There isn't many breaking changes in JupyterLite 0.2.0 that affect jupyterlite-xeus-python.

Except for the removal of ENV_EXTENSIONS from the top-level jupyterlite_core.addons.federated_extensions:

from jupyterlite_core.addons.federated_extensions import (
FederatedExtensionAddon,
ENV_EXTENSIONS,
)

Maybe it could be useful to enable jupyterlite-xeus-python==0.x to work with JupyterLite 0.2.0, in case #164 or emscripten-forge/recipes#643 would prevent some users from upgrading.

@jtpio
Copy link
Member Author

jtpio commented Oct 20, 2023

This could be done here in the 0.x branch by adding a try / except block.

@jtpio jtpio changed the title Make older versions of jupyterlite-xeus-python compatible with JupyterLite 0.2.0 Make 0.x versions of jupyterlite-xeus-python compatible with JupyterLite 0.2.0 Oct 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants