It is documented here how to access the get parameters. Does Bokeh provide any utilities to set the parameters in the url? For example, it could be useful to be able to share a link with a particular configuration of the menu items/selections/zoom level, etc.
I’m pretty optimistic this can be done with .js_on_change
+ CustomJS
, but I wonder if someone has tried this already and has some snippet/advice.