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: Limitations.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Limitations
2
2
3
-
This package has some constraints and limitations:
3
+
This package has some constraints and limitations:
4
4
5
5
* Notebooks running on the same server share the same MATLAB process and workspace. It is currently not possible to have separate workspaces for each notebook.
6
6
@@ -16,7 +16,7 @@ This package has some constraints and limitations:
16
16
17
17
* Commands that create animations. For example: `movie`.
18
18
19
-
***For MATLAB R2022a and earlier,**`lasterr` and `lasterror` do not capture MATLAB errors from execution in notebooks.
19
+
***For MATLAB R2022a and earlier,**`lasterr` and `lasterror` do not capture MATLAB errors from execution in notebooks.
20
20
21
21
* 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. For example:
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ From your Jupyter notebook or JupyterLab, you can also open the MATLAB developme
48
48
* System dependencies required to run MATLAB:
49
49
- The [MATLAB Dependencies](https://github.com/mathworks-ref-arch/container-images/tree/master/matlab-deps) repository contains `base-dependencies.txt` files that list the libraries required to run each release of MATLAB on a given operating system. To see how to use these files, refer to the Dockerfiles in the same folder.
50
50
51
-
* Linux based systems also require `X Virtual Frame Buffer (Xvfb)`, which you can install with:
51
+
* Linux based systems also require `X Virtual Frame Buffer (Xvfb)`, which you can install with:
52
52
53
53
```bash
54
54
# On a Debian/Ubuntu based system:
@@ -86,7 +86,7 @@ To use MATLAB with JupyterHub, install the `jupyter-matlab-proxy` Python package
86
86
87
87
### Using Simulink
88
88
89
-
This package lets you use Simulink® programmatically by entering commands in a Jupyter notebook. To view a model or use other Simulink features that require the Simulink UI, you can use a VNC to connect your Jupyter environment to a Linux desktop where you have MATLAB and Simulink installed. For instructions, see [MATLAB Jupyter VNC Solution](https://github.com/mathworks/jupyter-matlab-vnc-proxy).
89
+
This package lets you use Simulink® programmatically by entering commands in a Jupyter notebook. To view a model or use other Simulink features that require the Simulink UI, you can use a VNC to connect your Jupyter environment to a Linux desktop where you have MATLAB and Simulink installed. For instructions, see [MATLAB Jupyter VNC Solution](https://github.com/mathworks/jupyter-matlab-vnc-proxy).
90
90
91
91
### Troubleshooting
92
92
@@ -196,7 +196,7 @@ This opens an untitled `.m` file where you can write MATLAB code with syntax hig
196
196
197
197
## Limitations
198
198
199
-
* This package has limitations. For example, it does not support certain MATLAB commands. For details, see [Limitations](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/limitations.md).
199
+
* This package has limitations. For example, it does not support certain MATLAB commands. For details, see [Limitations](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/Limitations.md).
200
200
201
201
* To discuss a technical issue or submit an enhancement request, [create a GitHub issue](https://github.com/mathworks/jupyter-matlab-proxy/issues), or send an email to `[email protected]`.
0 commit comments