Skip to content

Files

Latest commit

Yiwen LiYiwen Li
Yiwen Li
and
Yiwen Li
Nov 12, 2020
1b7d44e · Nov 12, 2020

History

History

2020-11-12_PyCon-DAX

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 12, 2020
Nov 6, 2020

PyCon Sweden 2020

Introduction to Elyra: AI-centric extensions to JupyterLab

November 12th, 2020

Try Elyra

Install Elyra:

See Elyra Github page: https://github.com/elyra-ai/elyra#installation

Use Binder:

You can try out some of Elyra features using the My Binder service. Click on a link below to try Elyra, on a sandbox environment, without having to install anything.

  • Launch latest stable version (Latest stable version - see changelog for recent updates)
  • Launch latest development version (Development version - expect longer image load time due to just-in-time build)

Use Docker:

The command below starts the most recent development build in a clean environment:

docker run -it -p 8888:8888 elyra/elyra:dev jupyter lab --debug

For more information, visit Elyra Github page.