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.
2 parents fab2ffb + 1be82db commit 2812aeeCopy full SHA for 2812aee
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 JupyterLab version 3 or higher.
23
+
24
You can install `ipydatagrid` using `pip` or `conda`:
25
26
Using `pip`:
@@ -27,17 +29,7 @@ Using `pip`:
27
29
pip install ipydatagrid
28
30
```
31
-Using `conda`:
-
32
-```bash
33
-conda install ipydatagrid
34
-```
35
36
-To enable `ipydatagrid` with JupyterLab:
37
38
39
-jupyter labextension install @jupyter-widgets/jupyterlab-manager ipydatagrid
40
+Using `conda`: coming soon!
41
42
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
43
the nbextension:
0 commit comments