Browse Source

Update command names.

Afshin Darian 8 years ago
parent
commit
220c3f7a34

+ 1 - 1
packages/editorwidget-extension/src/index.ts

@@ -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'
     });
   }
 

+ 1 - 1
packages/notebook-extension/src/index.ts

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