jupyter / dashboards

[RETIRED] See Voilà as a supported replacement
https://github.com/voila-dashboards
Other
984 stars 210 forks source link

visual theming #288

Open rfriedr1 opened 7 years ago

rfriedr1 commented 7 years ago

Question: is it possible to theme or visually enhance the dashboards. I actually like the visual style in the dashboard layout where each cell is visually separated. This disappears when in "dashboard preview" and all the cells merge visually, having the same cell-background color as the background color of the whole page.

Many thanks to all the dashboard developers!

PS: I'm using dashboards in jupyter notebook only in "preview mode"

parente commented 7 years ago

There's no explicit theming support, but I suspect you could write some CSS in a %%html cell and have it style the preview layout however you like. You'll have to poke around with what CSS class names are available to style when it's in preview mode using the inspector. I'll try to craft an example when I get some time.