mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Move New Notebook command to core (#21247)
This commit is contained in:
@@ -906,7 +906,7 @@ export class JupyterServerInstallation implements IJupyterServerInstallation {
|
||||
nbformat_minor: constants.NBFORMAT_MINOR
|
||||
};
|
||||
|
||||
await vscode.commands.executeCommand('_notebook.command.new', {
|
||||
await vscode.commands.executeCommand('notebook.command.new', {
|
||||
initialContent: JSON.stringify(initialContent),
|
||||
defaultKernel: 'Python 3'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user