Bryan Van de Ven
Bryan Van de Ven
Looks great @tcmetzger just one comment
@pmicheletty can you provide a complete example to run and test against and use to reproduce what you are seeing exactly? cc @mattpap
Here is a complete MRE ``` from bokeh.models import Div, TextInput from bokeh.layouts import column from bokeh.io import show div_header = Div(text=""" Stochastic Simulation Inputs""", styles={ 'background-color': '#c8cfd6', 'outline': 'black...
Are you saying it can/should be closed, then?
Unfortunately the cards for app examples were added hastily using `.. raw:: html`, just in order to have anything for them on that page at all. That means our `:bokeh-tree`...
cc @tcmetzger it would be helpful to have your input on what a generic "gallery cards" for examples should look like and what information it should posses (both required and...
More concretely, I'd like for our gallery to be specified more like: ``` Server App Examples =================== .. gallery-group:: server .. gallery-item:: :source: examples/app/movies :link: href="//demo.bokeh.org/movies" :description: An interactive query...
For 3.0 the server app config moved to `gallery.json` and the links were upated but they are still hard-coded to a release branch, e.g. : ``` "desc": "An interactive query...
As an immediate ugly workaround, you could probably put the colorbar on a second, otherwise empty plot, and then put both plots in a `row`. Further refinements could make it...
I doubt a boolean option is practical. The current way of using is that you create a colorbar, and then you specify where it goes. Being able to put it...