Skip to content

Commit ee66edf

Browse files
zainh-mwPrabhakar Kumar
authored andcommitted
Fixing copyright notices
1 parent 9fd6ac4 commit ee66edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mathworks/jupyter-matlab-proxy/run-tests.yml?branch=main&logo=github)](https://github.com/mathworks/jupyter-matlab-proxy/actions) [![PyPI badge](https://img.shields.io/pypi/v/jupyter-matlab-proxy.svg?logo=pypi)](https://pypi.python.org/pypi/jupyter-matlab-proxy) [![codecov](https://codecov.io/gh/mathworks/jupyter-matlab-proxy/branch/main/graph/badge.svg?token=ZW3SESKCSS)](https://codecov.io/gh/mathworks/jupyter-matlab-proxy)
44

55

6-
Run MATLAB code in Jupyter environments such as Jupyter notebooks, JupyterLab, and JupyterHub.
6+
Run MATLAB® code in Jupyter® environments such as Jupyter notebooks, JupyterLab, and JupyterHub.
77

88

99
## Table of Contents
@@ -46,7 +46,7 @@ From your Jupyter notebook or JupyterLab, you can also open the MATLAB developme
4646
* System dependencies required to run MATLAB:
4747
- 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.
4848

49-
* Linux® based systems also require `X Virtual Frame Buffer (Xvfb)`, which you can install with:
49+
* Linux based systems also require `X Virtual Frame Buffer (Xvfb)`, which you can install with:
5050

5151
```bash
5252
# On a Debian/Ubuntu based system:
@@ -89,7 +89,7 @@ To use MATLAB with JupyterHub, install the `jupyter-matlab-proxy` Python package
8989

9090
### Using Simulink
9191

92-
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).
92+
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).
9393

9494
### Troubleshooting
9595

0 commit comments

Comments
 (0)