Custom CSS in Jupyter (Lab) Notebook

Based on this post, it sounds like GlobalInlineStyleSheet may not work…

Well, GlobalInlineStyleSheet normally appends to <head> I can imagine there could be some problem in the context of a Jupyter notebook, specifically. I’d suggest trying things outside the notebook with plain HTML (i.e. output_file) output. Then submitting a GitHub Issue with details.