Skip to content

Commit f6b8398

Browse files
philipc-mwprabhakk-mw
authored andcommitted
Adds JupyterLab 3 deprecation warning.
1 parent 28384f9 commit f6b8398

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,12 @@ Install Jupyter Notebook or JupyterLab:
110110
python -m pip install 'jupyterlab>=3.0.0,<4.0.0a0'
111111
```
112112

113-
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`.
113+
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.
114+
115+
> :warning: **Functionality being removed or changed.** </br>
116+
> 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).
117+
> 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.
118+
114119

115120
Open your Jupyter environment by starting Jupyter Notebook or JupyterLab.
116121

0 commit comments

Comments
 (0)