Skip to content

Latest commit

 

History

History

2021-01-10_BelPy-2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

BelPy 2021

How to perform data science analysis using Elyra?

January 30 & 31, 2021

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.