How do we use index.html and styles.css for widgets on a Bokeh server?

Instead of using a separate styles.css file, have you tried using InlineStyleSheet from within your python code?

See the docs:

Maybe this helps, too:

1 Like