jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

metadata-aware themes #512

Open arnavs opened 5 years ago

arnavs commented 5 years ago

I've been trying to use cell metadata to implement custom CSS in a JupyterHub theme.

The thing is, it doesn't seem that metadata maps cleanly to something like an HTML div or span class, and existing themes (e.g., like jupyterhub-light-theme) aren't metadata aware.

There are existing git issues on this subject (e.g., here), but I don't think they've gotten much traction.