forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
Refs: #18321, microsoft/vscode-jupyter#8733, #18139, #18287
- anyOS @karthiknadig
- anyOS @amunger
Complexity: 5
Authors: @minsa110
Pre-req
- The changes are behind experiments so you need to change your settings to "opt-into" the experience. Add the following to your user settings.json file:
"experiments.override.gettingStarted.overrideCategory.ms-python.python.pythonWelcome.when":"false",
"experiments.override.gettingStarted.overrideCategory.ms-python.python.pythonWelcomeWithDS.when": "workspacePlatform != webworker",
"experiments.override.gettingStarted.overrideCategory.ms-toolsai.jupyter.jupyterWelcome.when": "workspacePlatform != webworker"
- Install the Python extension insiders build (
Python: Switch to Insiders Daily Channelcommand) and the Jupyter extension insiders build (switch to pre-release version from extensions tab)
Steps
-
Verify both tiles open on the welcome page (
Help: Get Startedcommand)
Note: You may need to X out welcome pages from other extensions (e.g. Getting Started with Docker) since only 2 extension welcome pages show up on the Walkthroughs list

-
Click on the "Get started with Python development" walkthrough
-
Most of the tiles have been previously tested here, so we will only test the new ones. Click on the "Create a Python file" tile
-
Click on the "select a Python interpreter" tile
- Verify SVG renders appropriately:

- Verify clicking on the "select Python interpreter" button shows the interpreter picker
- Click on the last tile ("Explore more resources")
- Click on the "create or open a Jupyter notebook" tile
- Click on the "open the interactive window" tile
- Click on the "find out more!" tile




