[Question] Enable elyra-python-editor-extension explicitly
See original GitHub issueIs there is a command to explicitly enable elyra-python-editor-extension independently?
like: jupyter server extension enable elyra
While I m trying to install elyra python editor independently The elyra-python-editor-extension is installed,
(app-root) pip show elyra-python-editor-extension
Name: elyra-python-editor-extension
Version: 2.2.2
Summary: Elyra provides AI Centric extensions to JupyterLab
Home-page: https://github.com/elyra-ai/elyra
Author: Elyra Maintainers
Author-email: UNKNOWN
License: Apache License Version 2.0
Location: /opt/app-root/lib/python3.8/site-packages
Requires: elyra-server
Required-by:
However, the extension is not enabled, after the jupyter lab build
:
(app-root) jupyter labextension list
JupyterLab v3.0.14
/opt/app-root/share/jupyter/labextensions
jupyterlab_requirements v0.6.4 enabled OK (python, jupyterlab-requirements)
jupyterlab-s3-browser v0.10.0 enabled OK (python, jupyterlab_s3_browser)
nbdime-jupyterlab v2.1.0 enabled OK
@bokeh/jupyter_bokeh v3.0.0 enabled OK (python, jupyter_bokeh)
@jupyter-server/resource-usage v0.5.0 enabled OK (python, jupyter-resource-usage)
@krassowski/jupyterlab-lsp v3.5.0 enabled OK (python, jupyterlab_lsp)
@jupyterlab/git v0.30.0 enabled OK (python, jupyterlab-git)
@jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)
Other labextensions (built into JupyterLab)
app dir: /opt/app-root/share/jupyter/lab
@elyra/metadata-extension v2.2.2 enabled OK
@elyra/theme-extension v2.2.2 enabled OK
Disabled extensions:
@jupyterlab/launcher-extension (all plugins)
Is there something wrong with the way I m installing the extension? Process followed:
- pip install the extension
pip3 install --upgrade elyra-python-editor-extension
jupyter lab build
- try to verify the extension with
jupyter labextension list
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
@elyra/python-editor-extension - npm package | Snyk
Learn more about @elyra/python-editor-extension: package health score, ... you may need to explicitly enable it with jupyter server extension enable elyra
Read more >Installation — Elyra 3.2.1 documentation
NOTE: If you don't see the Elyra server extension enabled, you may need to explicitly enable it with jupyter server extension enable elyra...
Read more >What's new in Elyra 2.0 - Medium
Open the script in the Python editor. Right click on the canvas and select Create Console for Editor . Select a kernel that...
Read more >IBM announces Elyra AI Toolkit, a set of AI-centric extensions ...
Notebook Pipelines visual editor; Ability to run notebooks as batch jobs; Hybrid runtime support (based on Jupyter Enterprise Gateway); Python ...
Read more >I'm getting an error from Intel devcloud (regarding out of ...
Would the memory size issue be a problem for training Neural Networks? That requires some memory ... pip3 install --upgrade elyra-python-editor-extension
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you @karlaspuldaro ,
jupyter labextension install @elyra/python-editor-extension
definitely helps.Looks like we have the same issue with conda command
I was able to successfully install it with
jupyter labextension install @elyra/python-editor-extension
then runjupyter labextension list
: