Skip to content

Testing new Jupyter walkthrough #18354

@luabud

Description

@luabud

Refs: #18321, microsoft/vscode-jupyter#8733

  • anyOS
  • anyOS

Complexity: 5

Authors: @minsa110


Pre-req

  1. 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"
  1. Install the Python extension insiders build and the Jupyter extension insiders build

Steps

  1. Verify both tiles open on the welcome page (Help: Get Started command)

    image

  2. Click on "Get started with Jupyter Notebooks" and make sure renderings of all tiles show up as in the GIF below:

    https://user-images.githubusercontent.com/10833267/148304743-123db2af-5342-4447-9941-8eee6676c7f4.gif

  3. 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
  4. Click on the "Select a Jupyter kernel" tile

    • Verify the "Select a kernel" button displays a kernel picker
  5. Click on the "Explore data and debug" tile

  6. Click on the "Find out more!" tile

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions