Skip to content

Commit ea9a081

Browse files
authored
Update readme to clarify how to install Elyra + Lab 2.x (elyra-ai#766)
1 parent ebc36d0 commit ea9a081

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,19 @@ Elyra can be installed via PyPi:
6464
#### JupyterLab support
6565

6666
* [JupyterLab](https://github.com/jupyterlab/jupyterlab) 1.x is supported on **Elyra 0.10.0 and below**
67-
* [JupyterLab](https://github.com/jupyterlab/jupyterlab) 2.x is supported on **Elyra 0.11.0-rc0 and above**
6867

6968
via PyPi:
7069
```bash
7170
pip install elyra && jupyter lab build
7271
```
72+
73+
* [JupyterLab](https://github.com/jupyterlab/jupyterlab) 2.x is supported on **Elyra 0.11.0-rc0 and above**
74+
75+
via PyPi:
76+
```bash
77+
pip install --upgrade --pre elyra && jupyter lab build
78+
```
79+
7380
Note: Ubuntu and CentOS users may need to use `pip3 install elyra`
7481

7582
### Verify Installation

0 commit comments

Comments
 (0)