From f6b83983c01bf77bcef93ef93e88bada1f5703da Mon Sep 17 00:00:00 2001 From: Philip Clarke Date: Fri, 24 May 2024 11:05:36 +0000 Subject: [PATCH] Adds JupyterLab 3 deprecation warning. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e993faea..25ba7a3d 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,12 @@ Install Jupyter Notebook or JupyterLab: python -m pip install 'jupyterlab>=3.0.0,<4.0.0a0' ``` -Note: the package allows you to execute MATLAB code in both JupyterLab 3 and JupyterLab 4, but syntax highlighting and auto indentation are currently only supported on JupyterLab 3. To upgrade to JupyterLab 4, run `python -m pip install --upgrade jupyterlab`. +Note: the package allows you to execute MATLAB code in both JupyterLab 3 and JupyterLab 4, but syntax highlighting and auto indentation are currently only supported on JupyterLab 3. + +> :warning: **Functionality being removed or changed.**
+> Project Jupyter ended maintenance of JupyterLab 3 on May 15, 2024. For details, see [JupyterLab 3 End of Maintenance](https://blog.jupyter.org/jupyterlab-3-end-of-maintenance-879778927db2). +> Starting from a future release of MATLAB Integration _for Jupyter_, editor features such as syntax highlighting and autoindentation will be removed from JupyterLab 3 and introduced for JupyterLab 4. Execution of MATLAB code will remain available with both JupyterLab 3 and JupyterLab 4. + Open your Jupyter environment by starting Jupyter Notebook or JupyterLab.