From 3d95b0032ea0238239fb99084e4c70bc1bb2e4b5 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:57:05 -0700 Subject: [PATCH] Update recommended package versions for ps (#7972) --- extensions/notebook/src/jupyter/jupyterServerInstallation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts index 63b7341521..87fb95d589 100644 --- a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts +++ b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts @@ -77,7 +77,7 @@ export class JupyterServerInstallation { version: '1.3.0' }, { name: 'powershell-kernel', - version: '0.1.0' + version: '0.1.1' } ];