Kql magic updates (#9753)

* Inludes package upgrade and silent env

* Make user param changes

* Address comments

Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
Monica Gupta
2020-03-30 10:43:26 -07:00
committed by GitHub
parent e1490b3536
commit 9c842e7548
2 changed files with 6 additions and 5 deletions

View File

@@ -351,6 +351,9 @@ export class JupyterSession implements nb.ISession {
}
}
// Enable silent mode for perf improvement of reload command.
allCode += `%set_env KQLMAGIC_LOAD_MODE=silent${EOL}`;
// Add and register Kqlmagic to the python kernel
allCode += `%reload_ext Kqlmagic`;