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' } ];