-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Add a default kernel option to settings.json #130946
Comments
Thanks for the suggestion we'll discuss this in our next triage meeting. |
Thanks for the feedback, @JILPulvino. Setting a default kernel for a workspace is a reasonable request. We'll consider it! BTW, it's related to #114663 |
This is backlogged but I would like to reopen it. How can I do that? |
Is there a deadline for adding this feature? |
would love for this to get implemented! |
Looking forward to this feature! |
+1 |
Needed! |
+1 for this feature |
looking forward to it! Loses remote jupyter conn after sleep mode :( |
alternatively, force one and only one chose :)
|
why my config does‘t works?
|
There are similar discussions about default kernels in devcontainers, for many of the same reasons. See: |
Hi, is there any expectation on when this issue might be picked up? |
The default python environment used to be picked by default, but a while ago its just stopped working and this is very inconvenient. |
Interested in this as well |
This is a reasonable and frequently used feature. |
Interested in this, looking forward to it. |
I was running Windows 10, with WSL Debian 10, Python3.9, I had all the extensions installed (Python / Jupyter / WSL) and the kernel would be instantly picked, however now with Windows 11, WSL Debian 12, Python3.11 same extensions, I have to manually reselect the kernel for each new notebook I open. The install process had only 1 alteration,
which I manually overrode with:
I have added the defaultInterpreterPath as It seems that each notebook is now also assigned it's own kernel instance. I used to only have 1 active port for all my notebooks, now it's incrementing for each notebook I open. |
Maybe this will also fix the problem of reconnecting to a jupyter kernel after reloading the window - it seems that the extension tries to reconnect to the same jupyter kernel URL (which no longer exists) instead of just using the base url that you put in when it asked which jupyter server you wanted to use.
|
Solutions1. Hide all of the Python environments except the one you need
See here microsoft/vscode-jupyter#13032 (comment) 2. Install the extension
|
Perhaps the wrong venue to request this, but it would be great to have a default kernel setting for the settings.json file.
see this SO question: https://stackoverflow.com/questions/67516550/vs-code-how-do-i-select-jupyter-kernel-for-a-workspace
The text was updated successfully, but these errors were encountered: