Skip to content

Commit ef7be5c

Browse files
committed
[UX] Generic kernel name added
Signed-off-by: Akash Ravi <akashkravi@gmail.com>
1 parent 98c522f commit ef7be5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension/js/extension.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ function filter_kernel(project) {
6868
if (env != name) {
6969
$('#' + idList[i]).css("display", "none");
7070
}
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+
}
7175
}
7276
if (idList[i].startsWith('kernel-python')) {
7377
// This hides the default python kernels that might appear

0 commit comments

Comments
 (0)