You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to open a notebook in NbClassic if it is installed; show "Open in..." dropdown menu if there are multiple options, show single button otherwise (#6866)
* add option to open in nbclassic if installed
* account that getOption() can return truthy 'false'
* immidiately convert nbclassicInstalled to boolean
* Capitalize NbClassic as in PyPI per @JasonWeill
* capitalize commandDescription
* Update packages/lab-extension/src/index.ts
Co-authored-by: Jason Weill <[email protected]>
* Update packages/lab-extension/src/index.ts
Co-authored-by: Jason Weill <[email protected]>
* Update packages/lab-extension/src/index.ts
Co-authored-by: Jason Weill <[email protected]>
* Update packages/lab-extension/src/index.ts
Co-authored-by: Jason Weill <[email protected]>
* Update packages/lab-extension/src/index.ts
Co-authored-by: Jason Weill <[email protected]>
* Update packages/lab-extension/src/index.ts
Co-authored-by: Jason Weill <[email protected]>
* add openInNewIcon based on ##6793 by @JasonWeill
* show single 'open' button if only one option is available
* add button styling
* add css class to toolbarButton
* rename addCommand to addSwitcherCommand
* set page_config["nbclassic_installed"]
* Update snapshots
* fix general.spec.ts lint problem as detected in CI run https://github.com/jupyter/notebook/actions/runs/5008582825/jobs/8976612053?pr=6866
* Use optional chaining instead of non-null assertion to fix lint error https://github.com/jupyter/notebook/actions/runs/5008628805/jobs/8976713072?pr=6866
* add new line to try to fix eslint error
* fix prettier CI errors
* Revert "fix general.spec.ts lint problem as detected in CI run https://github.com/jupyter/notebook/actions/runs/5008582825/jobs/8976612053?pr=6866"
This reverts commit 9f0b544.
* Revert "add openInNewIcon based on ##6793 by @JasonWeill"
This reverts commit eca0a4e.
* use launchIcon instead of openInNewIcon
* fix nbclassic urlprefix
* update general snapshots to account for use of launchIcon
* update mobile snapshots to account for launchIcon
* check if extension is enabled, not installed
* add bundled server extension
* Revert "add bundled server extension"
This reverts commit 7d261db.
* set page_config in initalize_handlers
---------
Co-authored-by: Jason Weill <[email protected]>
0 commit comments