mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
* 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 <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * Update packages/lab-extension/src/index.ts Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> * 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 9f0b54409f6a6b2c0be750f6ddaac1d435f622ae. * Revert "add openInNewIcon based on ##6793 by @JasonWeill" This reverts commit eca0a4e8fafe38307a1081b24615be0b0ab8502d. * 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 7d261db4a987980b82bb8ca917ebc8f82d76e85d. * set page_config in initalize_handlers --------- Co-authored-by: Jason Weill <93281816+JasonWeill@users.noreply.github.com> |
||
---|---|---|
.. | ||
general.spec.ts-snapshots | ||
menus.spec.ts-snapshots | ||
mobile.spec.ts-snapshots | ||
notebook.spec.ts-snapshots | ||
notebooks | ||
settings.spec.ts-snapshots | ||
editor.spec.ts | ||
filebrowser.spec.ts | ||
fixtures.ts | ||
general.spec.ts | ||
jupyter_server_config.py | ||
links.spec.ts | ||
menus.spec.ts | ||
mobile.spec.ts | ||
notebook.spec.ts | ||
settings.spec.ts | ||
smoke.spec.ts | ||
tree.spec.ts | ||
utils.ts |