forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Refs: #18321, microsoft/vscode-jupyter#8733
- anyOS
- anyOS
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.overrideCategory.ms-python.python.pythonWelcome.when":"false"
"experiments.overrideCategory.ms-python.python.pythonWelcomeWithDS.when:workspacePlatform": "true"
"experiments.overrideCategory.ms-toolsai.jupyter.jupyterWelcome.when:workspacePlatform": "true"
- Install the Python extension insiders build and the Jupyter extension insiders build
Steps
-
Verify both tiles open on the welcome page (
Help: Get Startedcommand) -
Click on "Get started with Jupyter Notebooks" and make sure renderings of all tiles show up as in the GIF below:
-
Click on the "Create or open a Jupyter notebook" tile
- Verify the "Command Palette" link opens the command palette
- Verify that clicking on the "Create new Jupyter Notebook" button creates a new untitled notebook
- Verify "open a folder" opens a folder picker.
- Verify "clone a Git repository" displays a URL repo picker
-
Click on the "Select a Jupyter kernel" tile
- Verify the "Select a kernel" button displays a kernel picker
-
Click on the "Explore data and debug" tile
- Verify that clicking on the "Data viewer" link and/or "Learn about data viewer" button takes you to https://code.visualstudio.com/docs/datascience/data-science-tutorial#_prepare-the-data
- Verify that clicking on the "Run by Line" link "Learn about Run by Line" button takes you to https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_run-by-line
-
Click on the "Find out more!" tile
- Verify the command palette link opens the command palette
- Verify the "Python" link takes you to the "Get started with Python for Data Science" walkthrough
- Verify that the "search Python extension" opens the extension view and searches for "ms-python.python"
- Verify that clicking on the tutorials link takes you to https://code.visualstudio.com/docs/datascience/jupyter-notebooks
- Verify that the "Learn more" button takes you to https://code.visualstudio.com/docs/datascience/overview
Metadata
Metadata
Assignees
Labels
No labels
