散景和面板的自定义,交互式布局(网格堆栈)

时间:2019-07-17 18:35:50

标签: python layout panel bokeh

我想为我的Bokeh仪表板构建一个自定义网格(布局),以便用户可以玩转这些数字。与Voila-Gridstack提供的功能类似:

https://github.com/QuantStack/voila-gridstack

enter image description here

但是,Voila是基于ipywidget构建的,并且是BqPlot中最原生的。散景的替代方法似乎是Panel(https://panel.pyviz.org/getting_started/index.html)。无论有没有面板,如何在Bokeh中实现此网格堆栈?

P.S。如果我将Voila与Bokeh一起使用并从voila-gridstack中受益,这是一个好习惯吗?

0 个答案:

没有答案