|
202 | 202 | "title": "Open an existing Python project", |
203 | 203 | "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)", |
204 | 204 | "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", |
210 | 206 | "altText": "Open a folder" |
211 | 207 | }, |
212 | 208 | "completionEvents": [ |
|
219 | 215 | "title": "Open an existing Python project", |
220 | 216 | "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)", |
221 | 217 | "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", |
227 | 219 | "altText": "Open a folder" |
228 | 220 | }, |
229 | 221 | "completionEvents": [ |
|
236 | 228 | "title": "Create a new Jupyter Notebook", |
237 | 229 | "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)", |
238 | 230 | "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", |
244 | 232 | "altText": "Creating a new Jupyter notebook" |
245 | 233 | }, |
246 | 234 | "completionEvents": [ |
|
252 | 240 | "title": "Open the Python Interactive Window", |
253 | 241 | "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)", |
254 | 242 | "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", |
260 | 244 | "altText": "Opening python interactive window" |
261 | 245 | }, |
262 | 246 | "completionEvents": [ |
|
0 commit comments