Update Jupytext Notebook url path (#6961)

* update Jupytext Notebook url path

* update widget name check
Rosio 3 years ago committed by GitHub
parent 06c4db7ea6
commit 34ca8759c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ const opener: JupyterFrontEndPlugin<IDocumentWidgetOpener> = {
let route = 'edit';
if (
(widgetName === 'default' && ext === '.ipynb') ||
widgetName === 'Notebook'
widgetName.includes('Notebook')
) {
route = 'notebooks';
}

Loading…
Cancel
Save