diff --git a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts index 63b7341521..53f5e7cfa5 100644 --- a/extensions/notebook/src/jupyter/jupyterServerInstallation.ts +++ b/extensions/notebook/src/jupyter/jupyterServerInstallation.ts @@ -78,6 +78,9 @@ export class JupyterServerInstallation { }, { name: 'powershell-kernel', version: '0.1.0' + }, { + name: 'sqlmlutils', + version: '0.7.1' } ];