Hi,
I would like to create a dynamic layout that acts like Column/Row such that I can append new objects dynamically and they will appear without reloading the layout and the other objects. Would love to hear some guidance to how I should tackle it. Should I extend bokeh’s column? if so would love to know some details or see examples for custom bokeh layouts. Thanks in advance!
1 Like
Hi @daninost
Welcome to the community
I would look into using ReactiveHTML. Try check-ing it out. Ask questions as you run into them - preferably with minimum, reproducible example code.