Bokeh 2.3.3: [new]
Released in July 2021, Bokeh 2.3.3 is a patch release focusing on fixing layout, extension, and widget-related bugs within the 2.x legacy branch. The update resolves issues with CSS scrolling, y-axis label formatting, and specifically addresses component rendering for Dropdown menus and plot constraints. For the full release notes, visit Bokeh 2.3.3 Documentation Bokeh documentation Releases — Bokeh 2.3.3 Documentation
: A client-side JavaScript library that takes that JSON and renders the actual interactive visualization in the browser. Bokeh documentation 🗝️ Key Features in 2.3.3 bokeh 2.3.3
Multi-Choice Widgets: Fixed a bug that caused dropdown menus to be hidden in certain multi-choice scenarios. Released in July 2021, Bokeh 2
Panel Regression: Patched a regression affecting downstream dashboard frameworks like Panel, ensuring seamless integration and layout rendering for advanced multi-page data applications. Bokeh documentation 🗝️ Key Features in 2
“I actually loved using Bokeh... I like attaching callbacks to the object that started the callback... I also like not having to worry about saving/loading the current state of the application.” Bokeh Discourse · 5 years ago
Bug Fixes Without Bloat: This patch fixed several lingering issues from 2.3.0, 2.3.1, and 2.3.2, including:
# Add a line renderer with legend and line thickness p.line(x, y, legend_label="sin(x)", line_width=2)