Skip to content

Commit 52cecf6

Browse files
author
Prabhakar Kumar
committed
Readme updates & formatting
1 parent b0d8c12 commit 52cecf6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,12 @@ Upon successful installation of `jupyter-matlab-proxy`, your Jupyter environment
6161
* Open your Jupyter environment by starting jupyter notebook or lab
6262
```bash
6363
# For Jupyter Notebook
64-
env MWI_BASE_URL="/matlab" jupyter notebook
64+
jupyter notebook
6565

6666
# For Jupyter Lab
67-
env MWI_BASE_URL="/matlab" jupyter lab
67+
jupyter lab
6868
```
6969

70-
For more information on `MWI_BASE_URL`, refer [Advanced Usage](https://github.com/mathworks/matlab-proxy/blob/main/Advanced-Usage.md) from `matlab-proxy`.
71-
7270
* 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.
7371

7472
<p align="center">

jupyter_matlab_proxy/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ def setup_matlab():
3333
"""
3434

3535
import matlab_proxy
36-
from matlab_proxy.util import mwi_logger
36+
from matlab_proxy.util import mwi_logger
3737

3838
logger = mwi_logger.get(init=True)
3939
logger.info("Initializing Jupyter MATLAB Proxy")
40-
40+
4141
# Get MATLAB icon from matlab_proxy
4242
package_path = Path(inspect.getfile(matlab_proxy)).parent
4343
icon_path = package_path / "icons" / "matlab.svg"

0 commit comments

Comments
 (0)