From 5b30d9b7602f40579c0fde1962c993ae07195543 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Sat, 1 Nov 2025 13:54:06 -0700 Subject: [PATCH] Update jupyterlab_widgets metadata to indicate it works with JupyterLab 4 --- python/jupyterlab_widgets/README.md | 4 ++-- python/jupyterlab_widgets/pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python/jupyterlab_widgets/README.md b/python/jupyterlab_widgets/README.md index 4a1e158339..5898a45e8d 100644 --- a/python/jupyterlab_widgets/README.md +++ b/python/jupyterlab_widgets/README.md @@ -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 diff --git a/python/jupyterlab_widgets/pyproject.toml b/python/jupyterlab_widgets/pyproject.toml index d8bda2e1ff..f7aae5e90a 100644 --- a/python/jupyterlab_widgets/pyproject.toml +++ b/python/jupyterlab_widgets/pyproject.toml @@ -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" ]