Bokeh 2.3.3 Official

# Add a line to the plot p.line(x, y, legend_label="sin(x)", line_width=2)

: Active tabs now correctly stay in view on render, and a bug preventing plot heights from going below 600px was fixed . bokeh 2.3.3

The hover tooltip in Bokeh 2.3.3 received patches for: # Add a line to the plot p

: As a minor patch release, its main goal was fixing regressions rather than adding major new features. bokeh 2.3.3

layout = row(column(p, width=850), data_table)

: Added support for hatch patterns (textures) across all fillable glyphs and annotations.