Skip to content

Commit 12d5525

Browse files
author
Miguel Solorio
authored
Update data science walkthrough illustrations (microsoft#17988)
1 parent 38a7647 commit 12d5525

14 files changed

Lines changed: 279 additions & 20 deletions

package.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,7 @@
202202
"title": "Open an existing Python project",
203203
"description": "If you already have an existing Python project on your machine:\n[Open Folder](command:workbench.action.files.openFileFolder)\n \nIf you would like to clone a Python project from GitHub:\n[Clone a Git repository](command:git.clone)",
204204
"media": {
205-
"image": {
206-
"light": "resources/walkthrough/open-folder-light.png",
207-
"dark": "resources/walkthrough/open-folder-dark.png",
208-
"hc": "resources/walkthrough/open-folder-hc.png"
209-
},
205+
"svg": "resources/walkthrough/open-folder.svg",
210206
"altText": "Open a folder"
211207
},
212208
"completionEvents": [
@@ -219,11 +215,7 @@
219215
"title": "Open an existing Python project",
220216
"description": "To start, open a Python folder/project.\nIf you already have an existing Python project on your machine:\n[Open Folder](command:workbench.action.files.openFolder)\n \nIf you would like to clone a Python project from GitHub:\n[Clone a Git repository](command:git.clone)",
221217
"media": {
222-
"image": {
223-
"light": "resources/walkthrough/open-folder-light.png",
224-
"dark": "resources/walkthrough/open-folder-dark.png",
225-
"hc": "resources/walkthrough/open-folder-hc.png"
226-
},
218+
"svg": "resources/walkthrough/open-folder.svg",
227219
"altText": "Open a folder"
228220
},
229221
"completionEvents": [
@@ -236,11 +228,7 @@
236228
"title": "Create a new Jupyter Notebook",
237229
"description": "To create a new Jupyter Notebook, you can right click in the file explorer and create a new file with an .ipynb extension anytime.\n \nAlternatively, you can open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create New Blank Notebook``.\n[Create new Jupyter Notebook](command:toSide:jupyter.createnewnotebook)",
238230
"media": {
239-
"image": {
240-
"light": "resources/walkthrough/new-notebook-light.png",
241-
"dark": "resources/walkthrough/new-notebook-dark.png",
242-
"hc": "resources/walkthrough/new-notebook-hc.png"
243-
},
231+
"svg": "resources/walkthrough/create-notebook.svg",
244232
"altText": "Creating a new Jupyter notebook"
245233
},
246234
"completionEvents": [
@@ -252,11 +240,7 @@
252240
"title": "Open the Python Interactive Window",
253241
"description": "The Python Interactive Window is a Python shell where you can execute and view the results of your Python code. You can create cells on a Python file by typing ``#%%``.\n \nTo open the interactive window anytime, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create Interactive Window``.\n[Open Interactive Window](command:toSide:jupyter.createnewinteractive)",
254242
"media": {
255-
"image": {
256-
"dark": "resources/walkthrough/interactive-window-dark.png",
257-
"light": "resources/walkthrough/interactive-window-light.png",
258-
"hc": "resources/walkthrough/interactive-window-hc.png"
259-
},
243+
"svg": "resources/walkthrough/interactive-window.svg",
260244
"altText": "Opening python interactive window"
261245
},
262246
"completionEvents": [

resources/walkthrough/create-notebook.svg

Lines changed: 75 additions & 0 deletions
Loading

resources/walkthrough/data-science.svg

Lines changed: 42 additions & 0 deletions
Loading
-143 KB
Binary file not shown.
-137 KB
Binary file not shown.
-143 KB
Binary file not shown.

resources/walkthrough/interactive-window.svg

Lines changed: 67 additions & 0 deletions
Loading
-95 KB
Binary file not shown.
-89.2 KB
Binary file not shown.
-97.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)