Bokeh 2.3.3 -
# Add a line renderer p.line('x', 'y', source=source)
: Notable fixes included resolving an issue where the Column layout ignored the scrollable CSS class. bokeh 2.3.3
# Show the plot show(p)
While 2.3.3 was an essential update for stability in its time, it has since been succeeded by the , which introduced major architectural changes, including improved CSS-based theming and performance upgrades. Releases — Bokeh 2.3.3 Documentation # Add a line renderer p