-
Notifications
You must be signed in to change notification settings - Fork 396
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 custom kernel picker #2379
Merged
Merged
add custom kernel picker #2379
Conversation
This file contains 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
4eebd8a
to
f2db3c4
Compare
f2db3c4
to
f462e4c
Compare
jonsequitur
reviewed
Nov 4, 2022
...ive.ApiCompatibility.Tests/ApiCompatibilityTests.Interactive_api_is_not_changed.approved.txt
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Documents.Tests/DocumentFormatTestsBase.cs
Outdated
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Documents/ParserServer/NotebookParserServer.cs
Outdated
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Journey/NotebookLessonParser.cs
Outdated
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/CompleteRequestHandlerTests.cs
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/CompleteRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/CompleteRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/CustomMetadataParsingTests.cs
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/CustomMetadataParsingTests.cs
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/CustomMetadataParsingTests.cs
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/ExecuteRequestHandlerTests.cs
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/IsCompleteRequestHandlerTests.cs
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/JupyterMessageContractTests.cs
Outdated
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/IsCompleteRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
src/Microsoft.DotNet.Interactive.Jupyter.Tests/IsCompleteRequestHandlerTests.cs
Outdated
Show resolved
Hide resolved
jonsequitur
reviewed
Nov 4, 2022
jonsequitur
reviewed
Nov 4, 2022
src/dotnet-interactive-vscode-common/tests/kernelSelectorUtilities.test.ts
Outdated
Show resolved
Hide resolved
5391fa2
to
87a3aaf
Compare
7631bba
to
0e90043
Compare
colombod
approved these changes
Nov 23, 2022
0e90043
to
1f3830a
Compare
1f3830a
to
35d0e6b
Compare
Sign up for free
to 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.
I HIGHLY recommend you pull this down and test it locally. Once you checkout the branch, run
git clean -dxf
because there will be issues if you have stale artifacts sitting around. When you run it you'll need to set both thekernelTransportArgs
as well asnotebookParserArgs
to point to the local build, because both of those have changes.Fixes #1302