Skip to content

Commit 5b30d9b

Browse files
committed
Update jupyterlab_widgets metadata to indicate it works with JupyterLab 4
1 parent df7836e commit 5b30d9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

python/jupyterlab_widgets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Jupyter Widgets JupyterLab Extension
22

3-
A JupyterLab 3.0 extension for Jupyter/IPython widgets.
3+
A JupyterLab extension for Jupyter/IPython widgets.
44

55
## Installation
66

7-
To enable ipywidgets support in JupyterLab 3.x:
7+
To enable ipywidgets support in JupyterLab 3.x or 4.x:
88

99
```bash
1010
pip install jupyterlab_widgets

python/jupyterlab_widgets/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Framework :: Jupyter",
2828
"Framework :: Jupyter :: JupyterLab",
2929
"Framework :: Jupyter :: JupyterLab :: 3",
30+
"Framework :: Jupyter :: JupyterLab :: 4",
3031
"Framework :: Jupyter :: JupyterLab :: Extensions",
3132
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt"
3233
]

0 commit comments

Comments
 (0)