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:
1041042 . [ Open MATLAB in a Browser] ( #open-matlab-in-a-browser )
1051053 . [ 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+
107117Open 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
Original file line number Diff line number Diff line change 1- # Copyright 2023 The MathWorks, Inc.
1+ # Copyright 2023-2024 The MathWorks, Inc.
22
33[build-system ]
44requires = [" jupyterlab>=3.1,<4.0.0" , " hatchling" ]
@@ -45,7 +45,6 @@ classifiers = [
4545dependencies = [
4646 " jupyter-server-proxy" ,
4747 " simpervisor>=1.0.0" ,
48- " jupyter-contrib-nbextensions" ,
4948 " matlab-proxy>=0.10.0" ,
5049 " psutil" ,
5150 " requests" ,
You can’t perform that action at this time.
0 commit comments