Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Env Creation workflow in Notebook Kernel Picker #12884

Closed
2 tasks done
DonJayamanne opened this issue Feb 21, 2023 · 0 comments
Closed
2 tasks done

Test Env Creation workflow in Notebook Kernel Picker #12884

DonJayamanne opened this issue Feb 21, 2023 · 0 comments

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Feb 21, 2023

Testing the Env Creation workflow in Kernel Picker

Refs: #11904

Complexity: 3

Authors: @DonJayamanne

Create Issue

Create Issue


Requirements

  • Have a python environment installed
  • Have Conda installed

Steps without Conda

  • Open a notebook
  • Add a cell with the following python code
print("Hello World")
  • Go into the kernel picker
  • Select Python Environments
  • Select the option to create a new Environment,
  • Select Venv
  • Click Esc and Back buttons and verify the UX is as expected
    I.e. Back till take user back to the quick pick and Esc will dismiss the whole quick pick (i.e. kernel picker UI is dismissed)
  • Upon creation of an environment, verify that new environment is selected
  • Verify you are able to run a Python cell against that environment

Steps Conda

  • Same as a above, but select Conda instead of venv
    PickerRecording 2023-02-21 at 11 27 11
@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug testplan-item and removed bug Issue identified by VS Code Team member as probable bug labels Feb 21, 2023
@DonJayamanne DonJayamanne added this to the February 2023 milestone Feb 21, 2023
@ghost ghost assigned isidorn and karrtikr Feb 21, 2023
@isidorn isidorn removed their assignment Feb 21, 2023
@karrtikr karrtikr removed their assignment Feb 21, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants