question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Enable elyra-python-editor-extension explicitly

See original GitHub issue

Is 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:

  1. pip install the extension pip3 install --upgrade elyra-python-editor-extension
  2. jupyter lab build
  3. try to verify the extension with jupyter labextension list

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
harshad16commented, Jun 15, 2021

Thank you @karlaspuldaro , jupyter labextension install @elyra/python-editor-extension definitely helps.

1reaction
karlaspuldarocommented, Jun 14, 2021

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 run jupyter labextension list:

Other labextensions (built into JupyterLab)
   app dir: /Users/kspuldaro/miniconda3/envs/elyra/share/jupyter/lab
        @elyra/metadata-extension v2.2.4 enabled OK
        @elyra/python-editor-extension v2.3.0-rc.1 enabled OK
        @elyra/theme-extension v2.2.4 enabled OK
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found