From bb135d6c67f6d822d7c93da12d6f147dd763da47 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Mon, 30 Mar 2020 16:33:49 -0700 Subject: [PATCH] Ensure kqlmagic is only offered for pip (#9776) --- .../notebook/src/jupyter/jupyterServerInstallation.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts index f85bafc6fa..753abc8c8b 100644 --- a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts +++ b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts @@ -87,9 +87,6 @@ export class JupyterServerInstallation implements IJupyterServerInstallation { }, { name: 'sparkmagic', version: '0.12.9' - }, { - name: 'Kqlmagic', - version: '0.1.109' } ]; @@ -100,6 +97,9 @@ export class JupyterServerInstallation implements IJupyterServerInstallation { }, { name: 'powershell-kernel', version: '0.1.3' + }, { + name: 'Kqlmagic', + version: '0.1.109' } ];