From bca145de6b6f0198d5dc4f16785b51f4f728a5e5 Mon Sep 17 00:00:00 2001 From: david qiu Date: Mon, 29 Apr 2024 10:51:21 -0700 Subject: [PATCH] add JL3 end-of-maintenance notice to README and RTD (#760) --- README.md | 3 +++ docs/source/users/index.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 3b15e5079..a1a71424b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ You will need to have installed the following software to use Jupyter AI: In addition, you will need access to at least one model provider. +> [!IMPORTANT] +> JupyterLab 3 will reach its end of maintenance date on May 15, 2024, anywhere on Earth. As a result, we will not backport new features to the v1 branch supporting JupyterLab 3 after this date. Fixes for critical issues will still be backported until December 31, 2024. If you are still using JupyterLab 3, we strongly encourage you to **upgrade to JupyterLab 4 as soon as possible**. For more information, see [JupyterLab 3 end of maintenance](https://blog.jupyter.org/jupyterlab-3-end-of-maintenance-879778927db2) on the Jupyter Blog. + ## Setting Up Model Providers in a Notebook To use any AI model provider within this notebook, you'll need the appropriate credentials, such as API keys. diff --git a/docs/source/users/index.md b/docs/source/users/index.md index b9c1a4a31..1556cc91c 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -24,6 +24,11 @@ JupyterLab, depends on JupyterLab 4. If upgrading to JupyterLab 4 is not possible in your environment, you should install `jupyter_ai` v1.x instead. See "Installation" for more details. +:::{attention} +:name: jupyter-lab-3-end-of-maintenance +JupyterLab 3 will reach its end of maintenance date on May 15, 2024, anywhere on Earth. As a result, we will not backport new features to the v1 branch supporting JupyterLab 3 after this date. Fixes for critical issues will still be backported until December 31, 2024. If you are still using JupyterLab 3, we strongly encourage you to **upgrade to JupyterLab 4 as soon as possible**. For more information, see [JupyterLab 3 end of maintenance](https://blog.jupyter.org/jupyterlab-3-end-of-maintenance-879778927db2) on the Jupyter Blog. +::: + You can install JupyterLab using `pip` or `conda`. 1. via `pip`: