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
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -105,9 +105,9 @@ Click the icon below to launch a notebook:
105
105
* Wait for the MATLAB session to start. This can take several minutes.
106
106
***NOTE**: All notebooks in a Jupyter server share the same underlying MATLAB process. Executing code in one notebook will effect the workspace in other notebooks. Users must be mindful of this while working with multiple notebooks at the same time.
107
107
***For MATLAB R2022b and later:** Local functions can be defined at the end of a cell for use in the same cell
For more information, see [MATLAB Kernel for Jupyter](src/jupyter_matlab_kernel/README.md).
110
+
For more information, see [MATLAB Kernel for Jupyter](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/src/jupyter_matlab_kernel/README.md).
111
111
112
112
### **Open MATLAB: Open a browser-based version of the MATLAB development environment from Jupyter**
113
113
Click the icon below to open a browser-based version of the MATLAB development environment:
@@ -116,9 +116,9 @@ Click the icon below to open a browser-based version of the MATLAB development e
For more information, see [Open MATLAB in a browser](src/jupyter_matlab_proxy/README.md).
121
+
For more information, see [Open MATLAB in a browser](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/src/jupyter_matlab_proxy/README.md).
122
122
123
123
124
124
### **MATLAB File: Open a new MATLAB file (.m) in JupyterLab**
@@ -152,7 +152,7 @@ A reference architecture that installs `jupyter-matlab-proxy` in a Docker image
152
152
153
153
* Notebooks running on the same server share the same MATLAB. It is currently not possible to have separate workspaces for each notebook.
154
154
155
-
* Kernels cannot restart MATLAB automatically when users explicitly terminate their MATLAB session using the `exit` command or through the browser-based MATLAB development environment. Users must manually restart MATLAB using the options shown [here](/src/jupyter_matlab_proxy/README.md/#usage).
155
+
* Kernels cannot restart MATLAB automatically when users explicitly terminate their MATLAB session using the `exit` command or through the browser-based MATLAB development environment. Users must manually restart MATLAB using the options shown [here](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/src/jupyter_matlab_proxy/README.md/#usage).
156
156
157
157
* Some MATLAB commands are currently not supported in notebooks. These include:
158
158
@@ -167,15 +167,15 @@ A reference architecture that installs `jupyter-matlab-proxy` in a Docker image
167
167
***For MATLAB R2022a and earlier,**`LASTERR` and `LASTERROR` do not capture MATLAB errors from execution in notebooks.
168
168
169
169
* Notebook results are truncated when there are more than 10 rows or 30 columns of results from MATLAB. This is represented by a `(...)` at the end of the result. Example:
* Graphics functions like `gca, gcf, gco, gcbo, gcbf, clf, cla` which access `current` handles are **scoped to a notebook cell**. The following example illustrates this:
* Notebooks do not show intermediate figures that were created during execution.
@@ -187,7 +187,7 @@ A reference architecture that installs `jupyter-matlab-proxy` in a Docker image
187
187
* Locally licensed MATLABs are currently not supported. Users must either login using Online Licensing or a Network License Manager.
188
188
189
189
## Troubleshooting
190
-
See [Troubleshooting](./troubleshooting.md) for guidance on how to investigate common installation issues.
190
+
See [Troubleshooting](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/troubleshooting.md) for guidance on how to investigate common installation issues.
Copy file name to clipboardExpand all lines: src/jupyter_matlab_proxy/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This functionality requires the following packages:
8
8
|[matlab-proxy](https://github.com/mathworks/matlab-proxy)| Provides infrastructure to launch MATLAB and connect to it from a web browser.|
9
9
|[jupyter-server-proxy](https://github.com/jupyterhub/jupyter-server-proxy)| Extends Jupyter environments to launch MATLAB as an external process alongside the notebook server. For more information see [GUI Launchers](https://jupyter-server-proxy.readthedocs.io/en/latest/launchers.html#jupyterlab-launcher-extension).|
10
10
11
-
To report any issues or suggestions, see the [Feedback](#feedback) section.
11
+
To report any issues or suggestions, see the [Feedback](https://github.com/mathworks/jupyter-matlab-proxy#feedback) section.
12
12
13
13
----
14
14
## Usage
@@ -19,7 +19,7 @@ To report any issues or suggestions, see the [Feedback](#feedback) section.
0 commit comments