There was an error while loading. Please reload this page.
2 parents df7836e + 5b30d9b commit 46ff393Copy full SHA for 46ff393
2 files changed
python/jupyterlab_widgets/README.md
@@ -1,10 +1,10 @@
1
# Jupyter Widgets JupyterLab Extension
2
3
-A JupyterLab 3.0 extension for Jupyter/IPython widgets.
+A JupyterLab extension for Jupyter/IPython widgets.
4
5
## Installation
6
7
-To enable ipywidgets support in JupyterLab 3.x:
+To enable ipywidgets support in JupyterLab 3.x or 4.x:
8
9
```bash
10
pip install jupyterlab_widgets
python/jupyterlab_widgets/pyproject.toml
@@ -27,6 +27,7 @@ classifiers = [
27
"Framework :: Jupyter",
28
"Framework :: Jupyter :: JupyterLab",
29
"Framework :: Jupyter :: JupyterLab :: 3",
30
+ "Framework :: Jupyter :: JupyterLab :: 4",
31
"Framework :: Jupyter :: JupyterLab :: Extensions",
32
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt"
33
]
0 commit comments