mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Initial implementation for VSCode Notebook support (#17885)
This commit is contained in:
@@ -885,8 +885,8 @@ export class JupyterServerInstallation implements IJupyterServerInstallation {
|
||||
name: 'python3'
|
||||
}
|
||||
},
|
||||
nbformat: 4,
|
||||
nbformat_minor: 5
|
||||
nbformat: constants.NBFORMAT,
|
||||
nbformat_minor: constants.NBFORMAT_MINOR
|
||||
};
|
||||
|
||||
await vscode.commands.executeCommand('_notebook.command.new', {
|
||||
|
||||
Reference in New Issue
Block a user