@@ -146,7 +146,7 @@ function activateFactory(app: JupyterLab, docManager: IDocumentManager, state: I
let launcher = new ToolbarButton({
className: 'jp-AddIcon',
onClick: () => {
- return commands.execute('launcher-jupyterlab:create', {
+ return commands.execute('launcher:create', {
cwd: widget.model.path
});
}
@@ -37,7 +37,7 @@ import '../style/index.css';
export
namespace CommandIDs {
- const show: string = 'launcher-jupyterlab:show';
+ const show: string = 'launcher:show';
};