Horizon Plot I want to show in bokeh interface
Hello! I can build Horizon Plots and save them as figures. I want to plot these figures with my bokeh interface, so I can choose different entries. I'm using bokeh movies example as starting point, so the structure is similiar.
The problem is that my image is built on main.py, with the entries chosen, and I want to update it on my interface.
How can I show this figure with curdoc? Or with the rest of my interface? (It doesn't let me to do "show")
Also I couldn't get bkcharts Horizon to work too.