Skip to content

Commit 5852cbf

Browse files
authored
Merge pull request #1271 from jupyterlab:1270-installation-guide-leads-to-incompatibility
Add constrain in install instructions
2 parents a18e32f + 78457d2 commit 5852cbf

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
@@ -26,13 +26,13 @@ To see the extension in action, open the example notebook included in the Binder
2626
To install perform the following steps, with _pip_:
2727

2828
```bash
29-
pip install --upgrade jupyterlab jupyterlab-git
29+
pip install --upgrade "jupyterlab<4" jupyterlab-git
3030
```
3131

3232
or with _conda_:
3333

3434
```bash
35-
conda install -c conda-forge jupyterlab jupyterlab-git
35+
conda install -c conda-forge "jupyterlab<4" jupyterlab-git
3636
```
3737

3838
For JupyterLab < 3, you will need to run the following command after installing the package:

0 commit comments

Comments
 (0)