Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.55 KB

File metadata and controls

37 lines (22 loc) · 1.55 KB

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.