location bokeh css files

Hi,

For one of my projects I want to change the background color, slider color, etc while using the server (so not standalone). The only way I can see this as possible is by changing the base bokeh css files. Now I have looking through this forum and bokeh guide, but I cannot seem to find the location of the css files or if it is uberhaupt possible to adjust it.

Thanks!

Best,

Glenn

You can modify where it reads CSS from with, i.e. http://bokeh.pydata.org/en/latest/docs/reference/resources.html

Alternatively you can look at this example of a (served) bokeh app which has custom CSS and template. https://github.com/bokeh/bokeh/tree/master/examples/app/crossfilter

···

On Tuesday, 13 September 2016 07:33:47 UTC+1, Glenn Vanbavinckhove wrote:

Hi,

For one of my projects I want to change the background color, slider color, etc while using the server (so not standalone). The only way I can see this as possible is by changing the base bokeh css files. Now I have looking through this forum and bokeh guide, but I cannot seem to find the location of the css files or if it is uberhaupt possible to adjust it.

Thanks!

Best,

Glenn

Hi Will,

Thanks a lot!

···

On Wednesday, September 14, 2016 at 7:49:33 AM UTC+10, Will Kew wrote:

You can modify where it reads CSS from with, i.e. http://bokeh.pydata.org/en/latest/docs/reference/resources.html

Alternatively you can look at this example of a (served) bokeh app which has custom CSS and template. https://github.com/bokeh/bokeh/tree/master/examples/app/crossfilter

On Tuesday, 13 September 2016 07:33:47 UTC+1, Glenn Vanbavinckhove wrote:

Hi,

For one of my projects I want to change the background color, slider color, etc while using the server (so not standalone). The only way I can see this as possible is by changing the base bokeh css files. Now I have looking through this forum and bokeh guide, but I cannot seem to find the location of the css files or if it is uberhaupt possible to adjust it.

Thanks!

Best,

Glenn