From 82f944ed979be52ff49763b50a5754084809d886 Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+JasonWeill@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:52:14 -0800 Subject: [PATCH] Main branch is compatible with Lab 4 only (#536) --- packages/jupyter-ai/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jupyter-ai/README.md b/packages/jupyter-ai/README.md index abead6192..2ca103efb 100644 --- a/packages/jupyter-ai/README.md +++ b/packages/jupyter-ai/README.md @@ -9,7 +9,7 @@ for the frontend extension. ## Requirements -- JupyterLab >= 3.5 (not JupyterLab 4) +- JupyterLab >= 4.0.0 - Jupyter Server >= 2.0.0 ## Installation