mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Notebook Parameterization - Papermill Compatibility (#13034)
* Parameterization papermill fix * Utilize isParameter instead * Address PR comments, and fix tests * Address comment
This commit is contained in:
@@ -82,7 +82,8 @@ export class JupyterKernel implements nb.IKernel {
|
||||
let specImpl = await this.kernelImpl.getSpec();
|
||||
return {
|
||||
name: specImpl.name,
|
||||
display_name: specImpl.display_name
|
||||
display_name: specImpl.display_name,
|
||||
language: specImpl.language
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user