-
Notifications
You must be signed in to change notification settings - Fork 366
Description
Describe the issue
The Elyra Code Snippets extension does not appear in the list of installed JupyterLab extensions after installation. However, when installing the full Elyra package (not just the code snippets), the extensions are shown in the JupyterLab interface and in the list of installed extensions, but this also adds three additional icons to the interface that are not needed for our project.
To Reproduce
Steps to reproduce the behavior:
- Install the Elyra Code Snippets extension using pip3 install --upgrade elyra-code-snippet-extension command from the Elyra documentation (https://elyra.readthedocs.io/en/latest/getting_started/installation.html). I also tried specifying version 4.0.0 explicitly: pip3 install elyra-code-snippet-extension==4.0.0.
- Verify the installation by running jupyter labextension list. Both commands from step 1 completed successfully, but the elyra-code-snippet-extension still does not appear in the list of installed extensions when I run jupyter labextension list.
Expected behavior
The elyra-code-snippet-extension should appear in the list of installed JupyterLab extensions when it is installed separately from elyra[all].
Actual Behavior
The extension does not appear in the list, and the feature is not available in JupyterLab.
Deployment information
Describe what you've deployed and how:
- Elyra version: 4.0.0
- Jupyterlab version: 4.4.7
- Installation source: pip
- Deployment type: -
- Operating system: win11
Related to the closed ticket: #3312
