We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c522f commit ef7be5cCopy full SHA for ef7be5c
extension/js/extension.js
@@ -68,6 +68,10 @@ function filter_kernel(project) {
68
if (env != name) {
69
$('#' + idList[i]).css("display", "none");
70
}
71
+ else {
72
+ $('#' + idList[i]).find('a').text('Python 3');
73
+ $('#' + idList[i]).find('a').attr('title', 'Create a new notebook with the Python 3 kernel corresponding to this project');
74
+ }
75
76
if (idList[i].startsWith('kernel-python')) {
77
// This hides the default python kernels that might appear
0 commit comments