|
191 | 191 | { |
192 | 192 | "id": "python.installPython", |
193 | 193 | "title": "Install Python", |
194 | | - "description": "The Python Extension requires Python to be installed. Install Python from [Anaconda](https://www.anaconda.com) to use the Python extension.\n \n[Install Python with Anaconda](command:workbench.action.reloadWindow)", |
| 194 | + "description": "The Python Extension requires Python to be installed. Install Python from [Anaconda](https://www.anaconda.com) to use the Python extension.\n \n[Install Python with Anaconda](https://www.anaconda.com)", |
195 | 195 | "media": { |
196 | 196 | "image": "resources/walkthrough/anaconda-install.png", |
197 | 197 | "altText": "Screenshot of anaconda webpage" |
|
229 | 229 | "title": "Create a new Jupyter Notebook", |
230 | 230 | "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)", |
231 | 231 | "media": { |
232 | | - "image": "resources/walkthrough/new-notebook.png", |
| 232 | + "image": { |
| 233 | + "light": "resources/walkthrough/new-notebook-light.png", |
| 234 | + "dark": "resources/walkthrough/new-notebook-dark.png", |
| 235 | + "hc": "resources/walkthrough/new-notebook-hc.png" |
| 236 | + }, |
233 | 237 | "altText": "Creating a new Jupyter notebook" |
234 | 238 | }, |
235 | 239 | "completionEvents": [ |
|
241 | 245 | "title": "Open the Python Interactive Window", |
242 | 246 | "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)", |
243 | 247 | "media": { |
244 | | - "image": "resources/walkthrough/interactive-window.png", |
| 248 | + "image": { |
| 249 | + "dark": "resources/walkthrough/interactive-window-dark.png", |
| 250 | + "light": "resources/walkthrough/interactive-window-light.png", |
| 251 | + "hc": "resources/walkthrough/interactive-window-hc.png" |
| 252 | + }, |
245 | 253 | "altText": "Opening python interactive window" |
246 | 254 | }, |
247 | 255 | "completionEvents": [ |
|
251 | 259 | { |
252 | 260 | "id": "python.dataScienceLearnMore", |
253 | 261 | "title": "Learn more", |
254 | | - "description": "• Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).\n• [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.\n• Explore more features in our [Tutorials](https://aka.ms/AA8dqti) or check the [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting.\n• Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.", |
| 262 | + "description": "• Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).\n• [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.\n• Explore more features in our [Tutorials](https://aka.ms/AAdar6q) or check the [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting.\n• Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.", |
255 | 263 | "media": { |
256 | 264 | "image": "resources/walkthrough/datascience-learn-more.png", |
257 | 265 | "altText": "Learning more from python visual studio code documentation" |
|
0 commit comments