Skip to content

Commit e38440e

Browse files
authored
Update the JupyterLab version in README
1 parent 6bf1b2b commit e38440e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ Use of a python `virtualenv` or a conda env is also recommended.
9999
1. install JupyterLab
100100

101101
```bash
102-
conda install -c conda-forge 'jupyterlab>=2,<2.1.0a0'
102+
conda install -c conda-forge 'jupyterlab>=2.1,<3.0.0a0'
103103
# or
104-
pip install 'jupyterlab>=2,<2.1.0a0'
104+
pip install 'jupyterlab>=2.1,<3.0.0a0'
105105
```
106106

107107
1. install the server extension:

0 commit comments

Comments
 (0)