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

Conda environments without Python are not displayed in the Kernel Picker #11855

Closed
DonJayamanne opened this issue Nov 1, 2022 · 2 comments · Fixed by #13098 or #13108
Closed

Conda environments without Python are not displayed in the Kernel Picker #11855

DonJayamanne opened this issue Nov 1, 2022 · 2 comments · Fixed by #13098 or #13108
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-kernel-picker on-testplan upstream-python Blocked on upstream Python Ext
Milestone

Comments

@DonJayamanne
Copy link
Contributor

Scenario:

  • User creates a new conda environment (without Python, this happens when users do not provide python version info)
  • User opens a notebook and goes into kernel picker and this new conda env isn't in the list
  • However this conda env is in the list of python interpreters

Note:

  • The new conda env is listed in list of Python interpreters in the Python extension
  • Upon selecting this interpreter Python extension will install python into this conda env

Suggestions

  • Display this kernel in the kernel picker
  • Upon selecting this conda env from the kernel picker do what Python extension does today (via a Python extension API)
@DonJayamanne
Copy link
Contributor Author

Blocked on microsoft/vscode-python#20176

@DonJayamanne
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.