Skip to content
forked from elyra-ai/elyra

Elyra extends JupyterLab Notebooks with an AI centric approach.

License

Notifications You must be signed in to change notification settings

ai-learn-use/elyra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version Downloads Documentation Status GitHub Gitter Binder

Elyra

Elyra is a set of AI-centric extensions to JupyterLab Notebooks.

Elyra currently includes:

  • Notebook Pipelines visual editor
  • Ability to run a notebook as a batch job
  • Hybrid runtime support
  • Python script execution capabilities within the editor
  • Reusable Code Snippets (Experimental)
  • Notebook versioning based on git integration
  • Notebook navigation using auto-generated Table of Contents
  • Reusable configuration for runtimes

Elyra

Installation

Elyra can be installed via PyPi:

Prerequisites :

Optional :

JupyterLab support

  • JupyterLab 1.x is supported on Elyra 0.10.0 and below
  • JupyterLab 2.x is supported on Elyra 0.11.0-rc0 and above

via PyPi:

pip install elyra && jupyter lab build

Note: Ubuntu and CentOS users may need to use pip3 install elyra

Verify Installation

jupyter serverextension list

Should output:

config dir: /usr/local/etc/jupyter
    elyra  enabled
    - Validating...
      elyra 0.10.1 OK
    jupyterlab  enabled
    - Validating...
      jupyterlab 2.1.1 OK
    jupyterlab_git  enabled
    - Validating...
      jupyterlab_git 0.20.0rc0 OK
    nbdime  enabled
    - Validating...
      nbdime 2.0.0 OK

jupyter labextension list

Should output:

Known labextensions:
   app dir: /Users/lresende/opt/anaconda/envs/dev/share/jupyter/lab
        @elyra/application v0.11.0-dev  enabled  OK*
        @elyra/code-snippet-extension-experimental v0.11.0-dev  enabled  OK
        @elyra/notebook-scheduler-extension v0.11.0-dev  enabled  OK
        @elyra/pipeline-editor-extension v0.11.0-dev  enabled  OK
        @elyra/python-runner-extension v0.11.0-dev  enabled  OK
        @jupyterlab/git v0.20.0-rc.0  enabled  OK
        @jupyterlab/toc v3.0.0  enabled  OK
        nbdime-jupyterlab v2.0.0  enabled  OK

NOTE: If you don't see the elyra server extension enabled, you may need to explicitly enable it with jupyter serverextension enable elyra

Starting Elyra

After verifying Elyra has been installed, start Elyra with:

jupyter lab

Development Workflow

Building

Elyra is divided in two parts, a collection of Jupyter Notebook backend extensions, and their respective JupyterLab UI extensions. Our JupyterLab extensions are located in our packages directory.

Requirements

Installation

make clean install

You can check that the notebook server extension was successful installed with:

jupyter serverextension list

You can check that the JupyterLab extension was successful installed with:

jupyter labextension list

Weekly Dev Community Meeting

When: Thursdays at 9AM PST

Where: Zoom (Meeting ID: 997 3667 4253)

What: Meeting Notes

About

Elyra extends JupyterLab Notebooks with an AI centric approach.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 54.3%
  • TypeScript 37.6%
  • CSS 3.0%
  • Makefile 1.5%
  • JavaScript 1.3%
  • Shell 0.9%
  • Other 1.4%