Skip to content

Commit 67cd0f3

Browse files
authored
Fixes for getting started page (microsoft#16820)
* Add color themed screenshots for interactive walkthrough * Add color themed screenshots for new notebook walkthrough * Fix install Anaconda button * Fix tutorial link on data science walkthrough
1 parent c72e4fe commit 67cd0f3

9 files changed

Lines changed: 12 additions & 4 deletions

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
{
192192
"id": "python.installPython",
193193
"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)",
195195
"media": {
196196
"image": "resources/walkthrough/anaconda-install.png",
197197
"altText": "Screenshot of anaconda webpage"
@@ -229,7 +229,11 @@
229229
"title": "Create a new Jupyter Notebook",
230230
"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)",
231231
"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+
},
233237
"altText": "Creating a new Jupyter notebook"
234238
},
235239
"completionEvents": [
@@ -241,7 +245,11 @@
241245
"title": "Open the Python Interactive Window",
242246
"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)",
243247
"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+
},
245253
"altText": "Opening python interactive window"
246254
},
247255
"completionEvents": [
@@ -251,7 +259,7 @@
251259
{
252260
"id": "python.dataScienceLearnMore",
253261
"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.",
255263
"media": {
256264
"image": "resources/walkthrough/datascience-learn-more.png",
257265
"altText": "Learning more from python visual studio code documentation"
143 KB
Loading
137 KB
Loading
143 KB
Loading
-99.5 KB
Binary file not shown.
95 KB
Loading
89.2 KB
Loading
97.8 KB
Loading
-91.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)