Skip to content

Commit 27b301d

Browse files
krisctlPrabhakar Kumar
authored andcommitted
Fixes typos and updates READMEs
1 parent 1faa06f commit 27b301d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/jupyter_matlab_kernel/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Click on `MATLAB Kernel` to create a Jupyter notebook for MATLAB.
3333
* Any variables or data created through the notebook manifests in the spawned MATLAB process.
3434
* This implies that all notebooks access the same MATLAB workspace, and users must keep this in mind when working with multiple notebooks.
3535

36-
* If simulaneous execution requests are made from two notebooks, they are processed by MATLAB in a **first-in, first-out basis**.
36+
* If simultaneous execution requests are made from two notebooks, they are processed by MATLAB in a **first-in, first-out basis**.
3737

3838
* Kernel interrupts can be used to interrupt the execution that is currently being processed by MATLAB.
3939

@@ -46,7 +46,7 @@ Click on `MATLAB Kernel` to create a Jupyter notebook for MATLAB.
4646
* Inline static plot images
4747
* LaTeX representation for symbolic expressions
4848
* **For MATLAB R2022b and later:** Local functions can be defined at the end of a cell for use in the same cell
49-
![cellLocalFunctions](https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/cell-local-function.png)
49+
![cellLocalFunctions](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/img/local_functions.png)
5050

5151
## Limitations
5252
Please refer to this [README](https://github.com/mathworks/jupyter-matlab-proxy#limitations) file for a listing of the current limitations.
@@ -58,6 +58,6 @@ If you encounter a technical issue or have an enhancement request, create an iss
5858

5959
----
6060

61-
Copyright (c) 2023 The MathWorks, Inc. All rights reserved.
61+
Copyright 2023 The MathWorks, Inc.
6262

6363
----

src/jupyter_matlab_labextension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ part of [MATLAB Integration for Jupyter](https://github.com/mathworks/jupyter-ma
1212

1313
----
1414

15-
Copyright (c) 2023 The MathWorks, Inc. All rights reserved.
15+
Copyright (c) 2023 The MathWorks, Inc.
1616

1717
----

src/jupyter_matlab_proxy/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ To report any issues or suggestions, see the [Feedback](https://github.com/mathw
4343

4444
| Option | Description |
4545
| ---- | ---- |
46-
| Start MATLAB Session | Start your MATLAB session. Available if MATLAB is stopped.|
47-
| Restart MATLAB Session | Restart your MATLAB session. Available if MATLAB is running or starting.|
48-
| Stop MATLAB Session | Stop your MATLAB session. Use this option if you want to free up RAM and CPU resources. Available if MATLAB is running or starting.|
49-
| Sign Out | Sign out of MATLAB. Use this to stop MATLAB and sign in with an alternative account. Available if using online licensing.|
46+
| Start MATLAB | Start your MATLAB session. Available if MATLAB is stopped.|
47+
| Restart MATLAB | Restart your MATLAB session. Available if MATLAB is running or starting.|
48+
| Stop MATLAB | Stop your MATLAB session. Use this option if you want to free up RAM and CPU resources. Available if MATLAB is running or starting.|
49+
| Sign Out | Sign out of MATLAB session. Use this to stop MATLAB and sign in with an alternative account. Available if using online licensing.|
5050
| Unset License Server Address | Unset network license manager server address. Use this to stop MATLAB and enter new licensing information. Available if using network license manager.|
51-
| Feedback | Send us feedback. This action opens your default email application.|
51+
| Feedback | Provide feedback. Opens a new tab to create an issue on GitHub.|
5252
| Help | Open a help pop-up for a detailed description of the options.|
5353

5454
## Limitations
@@ -59,6 +59,6 @@ If you need to use functionality that is not yet supported, or for versions of M
5959

6060
----
6161

62-
Copyright (c) 2021-2023 The MathWorks, Inc. All rights reserved.
62+
Copyright 2021-2023 The MathWorks, Inc.
6363

6464
----

0 commit comments

Comments
 (0)