I use bokeh embedded via the components function.
Acutally I use :
plot.sizing_mode = "scale_width"
Which scales according to the width and maintains the aspect ratio. But I would like to have a responsive width but a fixed or maximum height. How is that possible to achieve?