Is there a splitter widget that can splits a container into two panels and also allows dragging?

The splitter shall look like this:

Is there some widget in Bokeh achieving this purpose?

If not, kindly please advise how to achive it.

Thnx

There’s nothing built-in to Bokeh. cc @James_A_Bednar1 @Philipp_Rudiger for any thoughts about higher-level tools like Panel that are built on Bokeh.

i ended up bypassing this and use raw html/js with jinja template to achive this.

1 Like