File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,16 @@ This section shows you how to:
104
104
2 . [ Open MATLAB in a Browser] ( #open-matlab-in-a-browser )
105
105
3 . [ Edit MATLAB files in JupyterLab] ( #edit-matlab-files-in-jupyterlab )
106
106
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
+
107
117
Open your Jupyter environment by starting Jupyter Notebook or JupyterLab.
108
118
109
119
``` bash
@@ -190,7 +200,7 @@ This opens an untitled `.m` file where you can write MATLAB code with syntax hig
190
200
191
201
----
192
202
193
- Copyright 2021-2023 The MathWorks, Inc.
203
+ Copyright 2021-2024 The MathWorks, Inc.
194
204
195
205
----
196
206
Original file line number Diff line number Diff line change 1
- # Copyright 2023 The MathWorks, Inc.
1
+ # Copyright 2023-2024 The MathWorks, Inc.
2
2
3
3
[build-system ]
4
4
requires = [" jupyterlab>=3.1,<4.0.0" , " hatchling" ]
@@ -45,7 +45,6 @@ classifiers = [
45
45
dependencies = [
46
46
" jupyter-server-proxy" ,
47
47
" simpervisor>=1.0.0" ,
48
- " jupyter-contrib-nbextensions" ,
49
48
" matlab-proxy>=0.10.0" ,
50
49
" psutil" ,
51
50
" requests" ,
You can’t perform that action at this time.
0 commit comments