Skip to content

Commit 2812aee

Browse files
authored
Merge pull request #189 from ibdafna/update_readme
Update readme
2 parents fab2ffb + 1be82db commit 2812aee

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 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 JupyterLab version 3 or higher.
23+
2224
You can install `ipydatagrid` using `pip` or `conda`:
2325

2426
Using `pip`:
@@ -27,17 +29,7 @@ Using `pip`:
2729
pip install ipydatagrid
2830
```
2931

30-
Using `conda`:
31-
32-
```bash
33-
conda install ipydatagrid
34-
```
35-
36-
To enable `ipydatagrid` with JupyterLab:
37-
38-
```bash
39-
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipydatagrid
40-
```
32+
Using `conda`: coming soon!
4133

4234
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
4335
the nbextension:

0 commit comments

Comments
 (0)