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

Support remote for IW #7452

Merged
merged 8 commits into from
Sep 8, 2021
Merged

Support remote for IW #7452

merged 8 commits into from
Sep 8, 2021

Conversation

DonJayamanne
Copy link
Contributor

@DonJayamanne DonJayamanne commented Sep 7, 2021

For #6881

Was much easier than i thought.

@DonJayamanne DonJayamanne requested a review from a team as a code owner September 7, 2021 23:45
@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2021

Codecov Report

Merging #7452 (8c75008) into main (ec3cc49) will increase coverage by 0%.
The diff coverage is 55%.

❗ Current head 8c75008 differs from pull request most recent head 36faffb. Consider uploading reports for the commit 36faffb to get more accurate results

@@          Coverage Diff          @@
##            main   #7452   +/-   ##
=====================================
  Coverage     64%     64%           
=====================================
  Files        361     361           
  Lines      22495   22511   +16     
  Branches    3418    3424    +6     
=====================================
+ Hits       14547   14570   +23     
+ Misses      6732    6725    -7     
  Partials    1216    1216           
Impacted Files Coverage Δ
.../datascience/notebook/notebookControllerManager.ts 83% <55%> (-3%) ⬇️
src/client/datascience/jupyter/jupyterNotebook.ts 22% <0%> (ø)
...lient/datascience/jupyter/kernels/cellExecution.ts 77% <0%> (+1%) ⬆️
src/client/datascience/dataScienceSurveyBanner.ts 63% <0%> (+8%) ⬆️

}
});

return defaultPythonKernel || defaultPython3Kernel || defaultPythonLanguageKernel || controllers[0];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the default kernel would we maybe want defaultPython3Kernel to have priority over defaultPythonKernel? Feel like that would be better on mac / linux systems.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It used to support other languages from the kernel picker AFAIK, but not on startup.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yuck, the code is hardcoded to always return Pytohn kernels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants