Second refactor for non-jupyter kernel search#11527
Merged
Merged
Conversation
Member
Author
|
One more refactor that I wanted to roll in here for non-jupyter kernel searching |
|
Kudos, SonarCloud Quality Gate passed!
|
IanMatthewHuff
commented
Apr 30, 2020
| @reportAction(ReportableAction.KernelsGetKernelForLocalConnection) | ||
| public async getKernelForLocalConnection( | ||
| resource: Resource, | ||
| type: 'raw' | 'jupyter' | 'noConnection', |
Member
Author
There was a problem hiding this comment.
Main crux of the change is to have the rawKernelProvider call into getKernelForLocalConnection to get the initial launch kernel / interpreter. This lets it participate in stuff like the prewarming of the kernel switcher selections.
IanMatthewHuff
commented
Apr 30, 2020
| } | ||
|
|
||
| // Get our kernelspec and matching interpreter for a connection to a local jupyter server | ||
| private async getKernelForLocalJupyterConnection( |
Member
Author
There was a problem hiding this comment.
Just a move into a function of the jupyter specific code that was in getKernelForLocalConnection.
IanMatthewHuff
commented
Apr 30, 2020
| // Before we try to connect we need to find a kernel and install ipykernel | ||
| const kernelSpec = await this.kernelFinder.findKernelSpec( | ||
| // We need to locate kernelspec and possible interpreter for this launch based on resource and notebook metadata | ||
| const kernelSpecInterpreter = await this.kernelSelector.getKernelForLocalConnection( |
Member
Author
There was a problem hiding this comment.
Pushed kernelFinder and kernelService calls into the kernel selector here.
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 free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
For #
package-lock.jsonhas been regenerated by runningnpm install(if dependencies have changed).