Skip to content

Commit ae4ea78

Browse files
Updated from markdown links to html links
1 parent 0279923 commit ae4ea78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Once you have a Jupyter environment with the `jupyter-matlab-proxy` package inst
1616
2. If you are using Jupyter Notebook (on the left in figure below), on the `New` menu, select `MATLAB`. If you are using JupyterLab (on the right in figure below), select the MATLAB icon on the launcher.
1717

1818
<p align="center">
19-
<img width="600" src="img/combined_launchers.png">
19+
<img width="600" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/combined_launchers.png">
2020
</p>
2121

2222
3. If prompted to do so, enter credentials for a MathWorks account associated with a MATLAB license. If you are using a network license manager, change to the _Network License Manager_ tab and enter the license server address instead. To determine the appropriate method for your license type, consult [MATLAB Licensing Info](./MATLAB-Licensing-Info.md).
2323

2424
<p align="center">
25-
<img width="400" src="img/licensing_GUI.png">
25+
<img width="400" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/licensing_GUI.png">
2626
</p>
2727

2828
4. Wait for the MATLAB session to start. This can take several minutes.
2929

3030
5. To manage the MATLAB integration for Jupyter, click the tools icon shown below.
3131

3232
<p align="center">
33-
<img width="100" src="img/tools_icon.png">
33+
<img width="100" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/tools_icon.png">
3434
</p>
3535

3636
6. Clicking the tools icon opens a status panel with buttons like the ones below:
3737

3838
<p align="center">
39-
<img width="800" src="img/status_panel.png">
39+
<img width="800" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/status_panel.png">
4040
</p>
4141

4242
The following options are available in the status panel (some options are only available in a specific context):
@@ -63,7 +63,7 @@ To install the `jupyter-matlab-proxy` package, follow these steps in your Jupyte
6363
3. Install [Node and Node Package Manager](https://nodejs.org/en/) version 13 or higher.
6464
4. Install the `jupyter-matlab-proxy` package by executing:
6565
```bash
66-
python -m pip install https://github.com/mathworks/jupyter-matlab-proxy/archive/0.1.0.tar.gz
66+
python -m pip install jupyter-matlab-proxy
6767
```
6868

6969
If you want to use this integration with JupyterLab®, ensure that you have JupyterLab installed on your machine by running the following command:

0 commit comments

Comments
 (0)