Skip to content

Commit bf9a9ca

Browse files
author
Lucas Garcia
committed
Updating README and images
1 parent 3920b89 commit bf9a9ca

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ The license is available in the License file within this repository
9696

9797
Copyright © 2022 MathWorks, Inc. All rights reserved.
9898

99-
"Python" and the Python logos are trademarks or registered trademarks of the Python Software Foundation, used by MathWorks with permission from the Foundation.
99+
"Python" is a registered trademark of the Python Software Foundation.

img/pythonTask2.png

-342 Bytes
Loading

img/pythonTaskInstall.png

-1.01 KB
Loading
17.4 KB
Loading

src/resources/Python_logo_icon.png

-844 Bytes
Binary file not shown.

src/resources/liveTasks.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"RunPythonTask": {
3-
"name": "Run Python Code",
4-
"description": "Run Python statements or script file",
5-
"icon": "Python_logo_icon.png",
6-
"keywords": "python",
7-
"uniqueId": "pyruntask",
8-
"docLink": "fullfile(docroot,'matlab','matlab_external','ways-to-call-python-from-matlab.html')"
9-
}
10-
}
2+
"RunPythonTask":{
3+
"description":"Run Python statements or script file",
4+
"docLink":"fullfile(docroot,'matlab','matlab_external','ways-to-call-python-from-matlab.html')",
5+
"icon":"PythonLiveTaskIcon.png",
6+
"keywords":"python",
7+
"name":"Run Python Code",
8+
"uniqueId":"pyruntask"
9+
}
10+
}

0 commit comments

Comments
 (0)