You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a few conda envioronments with python in it using the command conda create -n <EnvName> python=3
For each new conda env, ensure the value <EnvName> is different
Steps
Open VS Code Insiders
Open a notebook
from the command palette select the command Jupyter: Show Output
Verify the user belongs to the experiment group FastKernelPicker
To verify this, look for the line FastkernelPicker in the output (see below as an example)
Visual Studio Code - Insiders (1.80.0-insider, undefined, desktop)
Jupyter Extension Version: 2023.6.100.
Python Extension Version: 2023.11.11741005.
Platform: darwin (arm64).
Workspace folder ~/Desktop/development/vsc/vscode-jupyter, Home = /Users/donjayamanne
17:07:17.470 [info] User belongs to experiment group 'FastKernelPicker'
Open the kernel picker top right hand corner
Click Select Another Kernel -> Python Environments
Verify the Kernel picker is displayed immediately and at least one python environments is displayed immediately
From the command palette select the command Python: Select Interpreter
Verify the list of Python environments displayed in the Kernel picker is displayed as quickly as the items displayed in the Python Interpreter picker (there should not be any noticeable difference)
The text was updated successfully, but these errors were encountered:
Testing the Python Environment Kernel Picker
Refs: #11904
Complexity: 3
Authors: @DonJayamanne
Create Issue
Create Issue
Requirements
Setup pre-requisites
conda create -n <EnvName> python=3
For each new conda env, ensure the value
<EnvName>
is differentSteps
Jupyter: Show Output
FastKernelPicker
To verify this, look for the line
FastkernelPicker
in the output (see below as an example)Select Another Kernel -> Python Environments
Python: Select Interpreter
The text was updated successfully, but these errors were encountered: