You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
+
-[](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
+
-[](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