Skip to content

Commit 1399429

Browse files
committed
update comments
Signed-off-by: Itay Dafna <[email protected]>
1 parent f52eac5 commit 1399429

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Fast Datagrid widget for the Jupyter Notebook and JupyterLab
1919

2020
## Installation
2121

22+
If using JupyterLab, `ipydatagrid` requires version 3 or higher.
23+
2224
You can install `ipydatagrid` using `pip` or `conda`:
2325

2426
Using `pip`:
@@ -33,12 +35,6 @@ Using `conda`:
3335
conda install -c conda-forge ipydatagrid
3436
```
3537

36-
To enable `ipydatagrid` with JupyterLab:
37-
38-
```bash
39-
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipydatagrid
40-
```
41-
4238
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
4339
the nbextension:
4440

0 commit comments

Comments
 (0)