Skip to content

Commit b83aea0

Browse files
philipc-mwPrabhakar Kumar
authored andcommitted
Note on JupyterLab 4
1 parent 61a73e5 commit b83aea0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Once installed, you can:
1313

1414
This package supports both Jupyter Notebook and JupyterLab. Some capabilities are limited to the JupyterLab interface.
1515

16+
**Note on JupyterLab 4:**
17+
Features such as tab completion and syntax highlighting are available in JupyterLab 3, but not yet supported in JupyterLab 4.
18+
1619
This package is under active development. To report any issues or suggestions, see the [Feedback](#feedback) section.
1720

1821
----
@@ -61,6 +64,11 @@ python3 -m pip install jupyter-matlab-proxy
6164
```
6265
Installing this package will not automatically install MATLAB. You must have [MATLAB](https://www.mathworks.com/help/install/install-products.html) installed to execute MATLAB code through Jupyter.
6366

67+
MATLAB code execution is available on both JupyterLab 3 and JupyterLab 4, but other features (such as syntax highlighting) are currently only supported on JupyterLab 3.
68+
Install JupyterLab 3 using:
69+
```bash
70+
python3 -m pip install 'jupyterlab>=3.0.0,<4.0.0a0'
71+
```
6472

6573
### Building From Sources
6674
Building from sources requires Node.js® version 16 or higher.

0 commit comments

Comments
 (0)