mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 15:50:29 -04:00
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:
@@ -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`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user