Improve Configure Python wizard experience for unfamiliar kernel names. (#17272)

This commit is contained in:
Cory Rivera
2021-10-06 08:52:54 -07:00
committed by GitHub
parent 747b8e84a8
commit 5a4d1599db
5 changed files with 12 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ export const localhostName = 'localhost';
export const localhostTitle = localize('managePackages.localhost', "localhost");
export const PackageNotFoundError = localize('managePackages.packageNotFound', "Could not find the specified package");
export const ipykernelDisplayName = 'Python 3 (ipykernel)';
export const python3DisplayName = 'Python 3';
export const pysparkDisplayName = 'PySpark';
export const sparkScalaDisplayName = 'Spark | Scala';