Skip to content

Commit d41e715

Browse files
Shushant SinghPrabhakar Kumar
authored andcommitted
Removes jupyter-contrib-nbextensions as a dependency.
fixes #79
1 parent e47762d commit d41e715

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ This section shows you how to:
104104
2. [Open MATLAB in a Browser](#open-matlab-in-a-browser)
105105
3. [Edit MATLAB files in JupyterLab](#edit-matlab-files-in-jupyterlab)
106106

107+
Install the Jupyter Notebook or JupyterLab based on your preference
108+
109+
```bash
110+
# For Jupyter Notebook
111+
python -m pip install notebook
112+
113+
# For JupyterLab
114+
python -m pip install jupyterlab
115+
```
116+
107117
Open your Jupyter environment by starting Jupyter Notebook or JupyterLab.
108118

109119
```bash
@@ -190,7 +200,7 @@ This opens an untitled `.m` file where you can write MATLAB code with syntax hig
190200

191201
----
192202

193-
Copyright 2021-2023 The MathWorks, Inc.
203+
Copyright 2021-2024 The MathWorks, Inc.
194204

195205
----
196206

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 The MathWorks, Inc.
1+
# Copyright 2023-2024 The MathWorks, Inc.
22

33
[build-system]
44
requires = ["jupyterlab>=3.1,<4.0.0", "hatchling"]
@@ -45,7 +45,6 @@ classifiers = [
4545
dependencies = [
4646
"jupyter-server-proxy",
4747
"simpervisor>=1.0.0",
48-
"jupyter-contrib-nbextensions",
4948
"matlab-proxy>=0.10.0",
5049
"psutil",
5150
"requests",

0 commit comments

Comments
 (0)