* wip loading custom css
* read css file from profile directory and apply
* update css handler, add CLI flag to disable custom CSS, documentation
* import ExtensionAppJinjaMixin
* remove ExtensionAppJinjaMixin as a JupyterNotebookApp base class
* add type hint to ignore jinja2_env type
* fix prettier issue in docs
* add empty line; trigger new docs build
* new line caused prettier error, remove
* move custom css to different directory and update handler
* modify regex
* satisfy mypy: check for match in regex before grabbing the directory path
* load custom css in consoles page
* 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>