- Notifications
You must be signed in to change notification settings - Fork445
Fallback to default kernel if none specified.#860
Open
aebrahim wants to merge 1 commit intonteract:mainfrom
Open
Fallback to default kernel if none specified.#860aebrahim wants to merge 1 commit intonteract:mainfrom
aebrahim wants to merge 1 commit intonteract:mainfrom
Conversation
We are being overly aggressive by raising an error if a kernel cannot bedetected in a notebook. In an environment with only one kernel installed,the notebook executes just fine without errors, and we should not prematurelyraise an error.
Author
aebrahim commentedJan 29, 2026
Just bumping this! |
Erik-Dan-Tran commentedFeb 9, 2026
Bump |
Author
aebrahim commentedFeb 19, 2026
Sorry for the direct ping@Borda - this has been sitting for a month and this issue is blocking us. Any chance we can get a review? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We are being overly aggressive by raising an error if a kernel cannot be detected in a notebook. In an environment with only one kernel installed, the notebook executes just fine without errors, and we should not prematurely raise an error.
Fixes#338