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

Project names in kernel picker menu #12292

Closed
kolibril13 opened this issue Dec 4, 2022 · 3 comments
Closed

Project names in kernel picker menu #12292

kolibril13 opened this issue Dec 4, 2022 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality notebook-kernel Kernels issues (start/restart/switch/execution, install ipykernel) notebook-kernel-picker

Comments

@kolibril13
Copy link

As .venv will be present in lots of local projects (e.g. because they were created with poetry), how about a list that would show the project in the kernel picker menu name as well e.g.:

  • .venv (/manim/.venv)
  • .venv (/segmentation/.venv)
  • .venv (/pytutorial/.venv)

That way, it would become super easy to quickly test a notebook with kernels that come from other local projects.

@kolibril13 kolibril13 added the feature-request Request for new features or functionality label Dec 4, 2022
@kolibril13 kolibril13 mentioned this issue Dec 4, 2022
54 tasks
@DonJayamanne
Copy link
Contributor

DonJayamanne commented Dec 4, 2022

@kolibril13 Thanks for the suggestion.
When you using the Python extension and use the command Python: Select Interpreter are the poetry environments listed in the way described above?
If not, then I'd suggest creating a similar feature request there as well.

@kolibril13
Copy link
Author

When you using the Python extension and use the command Python: Select Interpreter are the poetry environments listed in the way described above?

No they don't. I've made microsoft/vscode-python#20352 for that.

Also, I have some more feedback on the latest kernel picker menu here: #12521
It's basically this issue (kernels from other projects), and two other issues ("Better kernel picking when creating first notebook" and "Local Python Environments not showing in parent folder") combined in one report.

@rebornix rebornix added notebook-kernel-picker notebook-kernel Kernels issues (start/restart/switch/execution, install ipykernel) and removed kernel-picker labels Dec 9, 2022
@DonJayamanne
Copy link
Contributor

Since the Jupyter extension uses the API provided by the Python extension, I'm going to close this issue.
As soon as the Python extension adds support for this we'll get this automatically

Hence closing in favour of the other (duplicate/upstream) issue

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality notebook-kernel Kernels issues (start/restart/switch/execution, install ipykernel) notebook-kernel-picker
Projects
None yet
Development

No branches or pull requests

3 participants