Skip to content

Commit c6df542

Browse files
author
Yiwen Li
authored
Create README.md
1 parent faf6c7e commit c6df542

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

talks/2020-11-12_PyCon-DAX/README.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# PyCon Sweden 2020
2+
## Introduction to Elyra: AI-centric extensions to JupyterLab
3+
4+
November 12th, 2020
5+
6+
- Slides: [slides](https://github.com/CODAIT/presentations/tree/master/talks/2020-11-12_PyCon-DAX)
7+
8+
- Elyra Github: [Elyra 1.4.0](https://github.com/elyra-ai/elyra)
9+
10+
- Data Asset Exchange: [http://ibm.biz/data-exchange](http://ibm.biz/data-exchange)
11+
12+
- Elyra demo Github: [JFK Weather](https://github.com/elyra-ai/examples/tree/master/pipelines/dax_noaa_weather_data)
13+
14+
- Model Asset Exchange: [http://ibm.biz/model-exchange](http://ibm.biz/model-exchange)
15+
16+
## Try Elyra
17+
18+
### Install Elyra:
19+
20+
See Elyra Github page: https://github.com/elyra-ai/elyra#installation
21+
22+
### Use Binder:
23+
24+
You can try out some of Elyra features using the [My Binder](https://mybinder.readthedocs.io/en/latest/) service.
25+
Click on a link below to try Elyra, on a sandbox environment, without having to install anything.
26+
27+
- [![Launch latest stable version](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/elyra-ai/elyra/v1.3.3?urlpath=lab/tree/binder-demo) (Latest stable version - see [changelog](/docs/source/getting_started/changelog.md) for recent updates)
28+
- [![Launch latest development version](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/elyra-ai/elyra/master?urlpath=lab/tree/binder-demo) (Development version - expect longer image load time due to just-in-time build)
29+
30+
### Use Docker:
31+
32+
The command below starts the most recent development build in a clean environment:
33+
34+
```
35+
docker run -it -p 8888:8888 elyra/elyra:dev jupyter lab --debug
36+
```
37+
For more information, visit [Elyra Github](https://github.com/elyra-ai/elyra) page.

0 commit comments

Comments
 (0)