September 1st, 2020 | 9:30am-10:30am (PT)
Register or Replay here.
-
Slides: Talk Slides
-
Elyra Github: Latest Elyra
-
Elyra demo Github: Elyra Examples
-
Elyra Tutorials: KubeFlow Executions
Ways to run pipelines:
- Try JupyterLab and Elyra on pre-built docker image: The command below starts the latest Elyra release in a clean environment:
docker run -it -p 8888:8888 elyra/elyra:latest jupyter lab --debug
To make a local directory containing your Notebooks (e.g. ${HOME}/opensource/jupyter-notebooks/) available in your docker container, you can use a mount command similar to the following:
docker run -it -p 8888:8888 -v ${HOME}/opensource/jupyter-notebooks/:/home/jovyan/work -w /home/jovyan/work elyra/elyra:latest jupyter lab --debug
-
Or you can use Binder: https://mybinder.org/v2/gh/elyra-ai/elyra/v1.1.0?urlpath=lab/tree/binder-demo
-
Or you can install Elyra: https://elyra.readthedocs.io/en/latest/getting_started/installation.html#
-
Data Asset eXchange: http://ibm.biz/data-exchange
-
Model Asset eXchange: http://ibm.biz/model-exchange