From 34a274a7d1a7d3f44d3161a18da6c135482622d4 Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Thu, 7 Nov 2019 16:46:05 -0800 Subject: [PATCH] Update bundled python packages to pick up new powershell kernel updates. (#8273) --- extensions/notebook/src/common/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/notebook/src/common/constants.ts b/extensions/notebook/src/common/constants.ts index 3d6b392706..9ab65cb6bd 100644 --- a/extensions/notebook/src/common/constants.ts +++ b/extensions/notebook/src/common/constants.ts @@ -41,6 +41,6 @@ export enum PythonPkgType { Anaconda = 'Anaconda' } -export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109051'; -export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109050'; -export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109049'; +export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110625'; +export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110525'; +export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110524';