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
* 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
> provide a low-level architecture for configuration.
28
28
29
+
### Disabling Custom CSS
30
+
31
+
Custom CSS is loaded by default as was done with Jupyter Notebook 6. In the jupyter configuration directory, the `/.jupyter/custom/custom.css` file will be loaded unless the the application is initialized with the `custom_css` flag with the argument set to `False` as in `--JupyterNotebookApp.custom_css=False`.
0 commit comments