From 0b039830eaa2c7f10dbde91e2e29f22e94179b73 Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Wed, 16 Oct 2019 14:16:09 -0700 Subject: [PATCH] Add sqlmlutils to list of required notebook packages. (#7740) --- extensions/notebook/src/jupyter/jupyterServerInstallation.ts | 3 +++ 1 file changed, 3 insertions(+) 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' } ];