Changes to use bundled python package (#12967)

* Set python path in kernel specs when running on SAW devices.

* Use tab spacer for kernel json.

* Update path to jupyter kernelspec.

* removing the kernelspec write

* Changed powershell kernel.json to use  appdata folder

* Addressed PR and added try catches around the code.

* removed redundant try catch

* removed redundant try catch

* removed another try catch

* removed space

Co-authored-by: Cory Rivera <corivera@microsoft.com>
This commit is contained in:
rajeshka
2020-10-19 18:20:48 -07:00
committed by GitHub
parent eb36a275a2
commit c4f649a849
4 changed files with 47 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ export interface IKernelInfo {
name: string;
language?: string;
display_name?: string;
argv?: string[];
}
export interface ILanguageInfo {