-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Milestone
Description
Problem
Notebook v6 allows users to customize CSS styles by including custom.css; this was requested for JupyterLab too: jupyterlab/jupyterlab#2102 but it seems that the issue got closed without a real solution for users who don't know TypeScript and just want to add a few tweaks. Some users seem to have expectation that it will just work in JupyterLab too jupyterlab/jupyterlab#12318 and others would like to customise their CSS programatically, the way https://github.com/deathbeds/jupyterlab-fonts allows them to do so.
Proposed Solution
- maybe
custom.cssshould still be 1-1 supported in future Notebook 7? - maybe we could have a simple styles editor in Settings, either:
- using "CSS-in-JSON" approach as in https://github.com/deathbeds/jupyterlab-fonts, or
- just making a textarea allowing to paste plain CSS and be done with it?
I really don't know the solution, but just wanted to bring it up so that it is not forgotten about and maybe stimulate some discussion.