-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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 Python Env Creation/Deletion in Kernel Picker #172103
Comments
I'm not seeing the Pyolite extension, is that in preview somewhere? |
It's called vscode-pyodide |
edit - never mind, somehow I got switched back to release Juypyter. Does not repro on pre-release @DonJayamanne - With vscode-pyodide installed, I don't get prompted to select a kernel when running a new notebook. Pyolite is auto-selected, so I have to disable that extension to hit the test steps correctly |
This was out in the last release right? What changed since then? Or am I remembering wrong? |
I did some copyediting on the wiki that is linked to from the kernel picker (I like those links, hadn't seen it yet) https://github.com/microsoft/vscode-jupyter/wiki/Jupyter-Kernels-and-the-Jupyter-Extension/_compare/da77b90724cf4d99f534d6a36a1155b2e0128370...477d4ecbed1f8cad3fed9a7b6544b1ecc3ea269c please review |
Are you referring to the WIKI or kernel picker env creation/deletion? |
The kernel picker env creation |
Minor changes to detection of delted envs. I've reviewed the changes to the WIKI and looks good, please could you sugegst the same changes here as well https://github.com/microsoft/vscode-docs/pull/5962/files as that's where I got that content (i.e. it will go into the vscode docs) |
Will the kernel picker point to the docs page instead of the wiki? Are we duplicating the content? |
Yes, once we ship the relase and docs have been published. |
I'll create an issue for that, we should probably just refresh the list of interpreters at that moment. |
Refs: microsoft/vscode-jupyter#11904
Complexity: 4
Authors: @DonJayamanne , @rebornix
Create Issue
We have improved the new MRU kernel picker and enabled that for all Insider users. Please test following scenarios for the platforms you are assigned to.
Initial setup
Test creation of Virtual Envs or Conda Env
I.e. ensure you do not have to click
Run
button again,.Test deletion of Virtual Envs
Python Environments
kernel sourceEnsure you do not need to re-load VS Code
The text was updated successfully, but these errors were encountered: