Bokeh 2.3.3 [updated] -
| Feature / Consideration | Bokeh 2.3.3 | Bokeh 3.x+ | |-------------------------------|--------------------------------------------------|------------------------------------------------| | | 3.6 – 3.9 (3.10 experimental) | 3.8 – 3.11+ | | API stability | Frozen, no changes | Evolving (removals up to 3.4) | | New features | No | Yes (e.g., Vega themes, better TypeScript) | | Long-term support | Community, no official LTS | Active development | | Legacy code compatibility | Excellent | May require refactoring (layouts, tools) | | Security patches | No new patches | Regular |
# Show the results show(p)
: Fixed bad formatting of y-axis labels when using themes . bokeh 2.3.3
In the broader "story" of this Python library, 2.3.3 represented the peak of the 2.x era's stability. Soon after, Bokeh 2.4 would introduce math text support (LaTeX) and WebGL improvements, eventually leading to the massive 3.0 release that dropped support for legacy browsers like Internet Explorer to embrace modern web standards [5, 17, 18, 20]. | Feature / Consideration | Bokeh 2
hover = HoverTool(renderers=[circles], tooltips=[ ("Date", "@date%F"), ("Price", "@price0.00"), ("Volume", "@volume0,0") ], formatters="@date": "datetime") p.add_tools(hover) hover = HoverTool(renderers=[circles]