@@ -94,7 +94,7 @@ function activate(app: JupyterLab, registry: IDocumentRegistry, restorer: ILayou
if (launcher) {
launcher.add({
name: 'Text Editor',
- command: 'file-operations:new-text-file'
+ command: 'filebrowser:new-text-file'
});
}
@@ -382,7 +382,7 @@ function activateNotebookHandler(app: JupyterLab, registry: IDocumentRegistry, s
name: 'Notebook',
- command: 'file-operations:new-notebook'
+ command: 'filebrowser:new-notebook'