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: Advanced-Usage.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The following table describes all the environment variables that you can set to
28
28
|**MWI_SSL_KEY_FILE**| string |`"/path/to/keyfile.key"`| The keyfile string, if present, must point to a file containing the private key. Otherwise the private key will be taken from certfile as well. |
29
29
|**MWI_ENABLE_TOKEN_AUTH**| string |`"True"`| When set to `True`, matlab-proxy will require users to provide the security token to access the proxy. <br />The default value is `False` . See [Token-Based Authentication](./SECURITY.md#token-based-authentication) for more information.|
30
30
|**MWI_AUTH_TOKEN**| string (optional) |`"AnyURLSafeToken"`| Optionally, provide a custom `token` for use with `MWI_ENABLE_TOKEN_AUTH`. A token can safely contain any combination of alpha numeric text along with the following permitted characters: `- . _ ~`.<br />When absent matlab-proxy will generate a random URL safe token. |
31
+
| **MWI_USE_EXISTING_LICENSE** | string (optional) | `"True"` | When set to True, matlab-proxy will not ask you for additional licensing information and will try to launch an already activated MATLAB on your system PATH.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,9 @@ Install the version >=0.5.0 to use the package on MacOS.
162
162
$ pip install --upgrade matlab-proxy>=0.5.0
163
163
```
164
164
165
+
## Using an already activated MATLAB with matlab-proxy
166
+
`matlab-proxy` version `v0.7.0` introduces support for using an existing MATLAB license. Use the Existing License option only if you have an activated MATLAB. This allows you to start MATLAB without authenticating every time.
167
+
165
168
## Limitations
166
169
This package supports the same subset of MATLAB features and commands as MATLAB® Online, except there is no support for Simulink® Online.
167
170
[Click here for a full list of Specifications and Limitations for MATLAB Online](https://www.mathworks.com/products/matlab-online/limitations.html).
<b>Note</b>: Choose this option if you already have an activated MATLAB license. This option allows you to run MATLAB on your host machine without providing additional licensing information.
0 commit comments