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 1e09f3a commit 7e64fb4Copy full SHA for 7e64fb4
src/client/common/installer/productNames.ts
@@ -20,3 +20,9 @@ ProductNames.set(Product.rope, 'rope');
20
ProductNames.set(Product.tensorboard, 'tensorboard');
21
ProductNames.set(Product.torchProfilerInstallName, 'torch-tb-profiler');
22
ProductNames.set(Product.torchProfilerImportName, 'torch_tb_profiler');
23
+ProductNames.set(Product.jupyter, 'jupyter');
24
+ProductNames.set(Product.notebook, 'notebook');
25
+ProductNames.set(Product.ipykernel, 'ipykernel');
26
+ProductNames.set(Product.nbconvert, 'nbconvert');
27
+ProductNames.set(Product.kernelspec, 'kernelspec');
28
+ProductNames.set(Product.pandas, 'pandas');
0 commit comments