Arran Duff
Arran Duff

Reputation: 1474

Bokeh: change the endpoints for /static

Is there a way to change the endpoint that static JS files get served up from in Bokeh?

Upvotes: 2

Views: 590

Answers (1)

Giovanni Patruno
Giovanni Patruno

Reputation: 763

You can run your bokeh serve command with the option --prefix <base_path>. This will put <base_path> behind every resource requested to the Bokeh (Torando) web server, this applies also for /static resources.

Here you can find the official Bokeh documentation page.

Kind regards

Upvotes: 3

Related Questions