dashboards icon indicating copy to clipboard operation
dashboards copied to clipboard

visual theming

Open rfriedr1 opened this issue 8 years ago • 1 comments

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"

rfriedr1 avatar Feb 14 '17 13:02 rfriedr1

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.

parente avatar Feb 14 '17 18:02 parente