You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Restricted MATLAB Connector port range to allowed range
* Fix embedded login for MathWorks development environments
* Add command to install JupyterLab
* Set default value of MHLM_CONTEXT to MATLAB_JAVASCRIPT_DESKTOP and MATLAB_JUPYTER when accessed through Juptyer interface
Co-authored-by: dpwrussell <drussell@mathworks.com>
Co-authored-by: Prabhakar Kumar <prabhakar.kumar@mathworks.com>
If you want to use this integration with JupyterLab®, you must also install `jupyterlab-server-proxy` JupyterLab extension. To install the extension, use the following command:
67
+
If you want to use this integration with JupyterLab®, ensure that you have JupyterLab installed on your machine by running the following command:
68
+
```bash
69
+
python -m pip install jupyterlab
70
+
```
71
+
72
+
You should then install `jupyterlab-server-proxy` JupyterLab extension. To install the extension, use the following command:
0 commit comments