Skip to content

Commit 619b3b2

Browse files
committed
Moves images to img folder and updates README links to them
1 parent 388809f commit 619b3b2

9 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ After installing this package, you see new MATLAB options in your Jupyter enviro
121121

122122
| Classic Notebook Interface | JupyterLab |
123123
| :---: | :---: |
124-
|<img width="200" src="img/classic-jupyter_icons.png">|<img width="300" src="https://github.com/mathworks/jupyter-matlab-proxy/tree/main/img/jupyterlab_icons_1.png">|
124+
|<img width="200" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/classic-jupyter_icons.png">|<img width="300" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/jupyterlab_icons_1.png">|
125125

126126

127127
## Run MATLAB Code in a Jupyter Notebook
@@ -131,7 +131,7 @@ To open a Jupyter notebook where you can run MATLAB code, click `MATLAB Kernel`
131131

132132
| Classic Notebook Interface | JupyterLab |
133133
| :---: | :---: |
134-
|<img width="200" src="img/classic-jupyter-kernel.png"> | <img width="300" src="https://github.com/mathworks/jupyter-matlab-proxy/tree/main/img/jupyterlab_kernel_icon.png">|
134+
|<img width="200" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/classic-jupyter-kernel.png"> | <img width="300" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/jupyterlab_kernel_icon.png">|
135135

136136
This opens a Jupyter notebook that supports MATLAB.
137137

@@ -141,7 +141,7 @@ This opens a Jupyter notebook that supports MATLAB.
141141
- When you execute MATLAB code in a notebook for the first time, enter your MATLAB license information in the dialog box that appears. See [Licensing](https://github.com/mathworks/matlab-proxy/blob/main/MATLAB-Licensing-Info.md) for details. The MATLAB session can take a few minutes to start.
142142
- Multiple notebooks running on a Jupyter server share the underlying MATLAB process, so executing code in one notebook affects the workspace in others. If you work in several notebooks simultaneously, be aware that they share a workspace.
143143
- With MATLAB R2022b and later, you can define a local function at the end of the cell where you want to call it:
144-
<p><img width="350" src="https://github.com/mathworks/jupyter-matlab-proxy/tree/main/img/local_functions.png"></p>
144+
<p><img width="350" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/local_functions.png"></p>
145145
For technical details about how the MATLAB kernel works, see [MATLAB Kernel for Jupyter](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/src/jupyter_matlab_kernel/README.md).
146146

147147
## Open MATLAB in a Browser
@@ -151,7 +151,7 @@ To access more MATLAB features, you can open the MATLAB development environment
151151

152152
| Classic Notebook Interface | JupyterLab |
153153
| :---: | :---: |
154-
|<img width="200" src="https://github.com/mathworks/jupyter-matlab-proxy/tree/main/img/open_matlab_notebook.png"> | <img width="300" src="https://github.com/mathworks/jupyter-matlab-proxy/tree/main/img/open_matlab_jupyterlab.png"> |
154+
|<img width="200" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/open_matlab_notebook.png"> | <img width="300" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/open_matlab_jupyterlab.png"> |
155155

156156
Notebooks in JupyterLab also have a `Open MATLAB` button on the toolbar:
157157

@@ -170,7 +170,7 @@ For technical details about this MATLAB development environment, see [MATLAB in
170170

171171
You can also edit MATLAB `.m` files in JupyterLab. Click the `MATLAB File` button.
172172

173-
<p align="center"><img width="300" src="https://github.com/mathworks/jupyter-matlab-proxy/tree/main/img/matlabfile-icon.png"></p>
173+
<p align="center"><img width="300" src="https://github.com/mathworks/jupyter-matlab-proxy/raw/main/img/matlabfile-icon.png"></p>
174174

175175
This opens an untitled `.m` file where you can write MATLAB code with syntax highlighting and autoindentation.
176176

0 commit comments

Comments
 (0)