From cae8c64de20d2cf501337fed2b17ed11d7a446ee Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 13 Sep 2021 14:41:39 -0700 Subject: [PATCH] DS Product names were inadvertently removed --- src/client/common/installer/productNames.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/client/common/installer/productNames.ts b/src/client/common/installer/productNames.ts index ff0fcf75b44c..b9960d3a6cc1 100644 --- a/src/client/common/installer/productNames.ts +++ b/src/client/common/installer/productNames.ts @@ -21,3 +21,9 @@ ProductNames.set(Product.rope, 'rope'); ProductNames.set(Product.tensorboard, 'tensorboard'); ProductNames.set(Product.torchProfilerInstallName, 'torch-tb-profiler'); ProductNames.set(Product.torchProfilerImportName, 'torch_tb_profiler'); +ProductNames.set(Product.jupyter, 'jupyter'); +ProductNames.set(Product.notebook, 'notebook'); +ProductNames.set(Product.ipykernel, 'ipykernel'); +ProductNames.set(Product.nbconvert, 'nbconvert'); +ProductNames.set(Product.kernelspec, 'kernelspec'); +ProductNames.set(Product.pandas, 'pandas');