|
165 | 165 | }, |
166 | 166 | { |
167 | 167 | "id": "python.learnMore", |
168 | | - "title": "Learn more", |
169 | | - "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 [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.", |
| 168 | + "title": "Explore more resources", |
| 169 | + "description": "Take a look into our [documentation](https://aka.ms/AA8dxwy) to learn more about support for Python in VS Code. \n[Learn more](https://aka.ms/AA8dxwy)", |
170 | 170 | "media": { |
171 | | - "image": "resources/walkthrough/python-docs-learn-more.png", |
172 | | - "altText": "Documentation page for Python in VS Code" |
173 | | - } |
| 171 | + "markdown": "resources/walkthrough/python-dev-learn-more.md" |
| 172 | + }, |
| 173 | + "when": "" |
174 | 174 | } |
175 | 175 | ] |
176 | 176 | }, |
177 | 177 | { |
178 | 178 | "id": "pythonDataScienceWelcome", |
179 | 179 | "title": "Get started with Python for Data Science", |
180 | | - "description": "Your first steps to getting started with a Python Data Science project!", |
| 180 | + "description": "Your first steps to getting started with a Data Science project with Python!", |
181 | 181 | "when": "false", |
182 | 182 | "steps": [ |
183 | 183 | { |
|
277 | 277 | }, |
278 | 278 | { |
279 | 279 | "id": "python.dataScienceLearnMore", |
280 | | - "title": "Learn more", |
281 | | - "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.", |
| 280 | + "title": "Find out more!", |
| 281 | + "description": "Take a look into our [documentation](https://aka.ms/AAdar6q) to learn more about Python for Data Science in VS Code. \n[Learn more](https://aka.ms/AAdar6q)", |
282 | 282 | "media": { |
283 | | - "image": "resources/walkthrough/datascience-learn-more.png", |
284 | | - "altText": "Learning more from python visual studio code documentation" |
| 283 | + "markdown": "resources/walkthrough/python-datascience-learn-more.md" |
285 | 284 | } |
286 | 285 | } |
287 | 286 | ] |
|
0 commit comments