Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/jupyterlab_widgets/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Jupyter Widgets JupyterLab Extension

A JupyterLab 3.0 extension for Jupyter/IPython widgets.
A JupyterLab extension for Jupyter/IPython widgets.

## Installation

To enable ipywidgets support in JupyterLab 3.x:
To enable ipywidgets support in JupyterLab 3.x or 4.x:

```bash
pip install jupyterlab_widgets
Expand Down
1 change: 1 addition & 0 deletions python/jupyterlab_widgets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifiers = [
"Framework :: Jupyter",
"Framework :: Jupyter :: JupyterLab",
"Framework :: Jupyter :: JupyterLab :: 3",
"Framework :: Jupyter :: JupyterLab :: 4",
"Framework :: Jupyter :: JupyterLab :: Extensions",
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt"
]
Expand Down
Loading