We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52eac5 commit 1399429Copy full SHA for 1399429
README.md
@@ -19,6 +19,8 @@ Fast Datagrid widget for the Jupyter Notebook and JupyterLab
19
20
## Installation
21
22
+If using JupyterLab, `ipydatagrid` requires version 3 or higher.
23
+
24
You can install `ipydatagrid` using `pip` or `conda`:
25
26
Using `pip`:
@@ -33,12 +35,6 @@ Using `conda`:
33
35
conda install -c conda-forge ipydatagrid
34
36
```
37
-To enable `ipydatagrid` with JupyterLab:
-
38
-```bash
39
-jupyter labextension install @jupyter-widgets/jupyterlab-manager ipydatagrid
40
-```
41
42
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
43
the nbextension:
44
0 commit comments