While this is a patch release, it inherits all the major features from the 2.3 series. Here are the highlights:
: This patch fixed several lingering issues from 2.3.0, 2.3.1, and 2.3.2, including: bokeh 2.3.3
for my production dashboards! 📊 Sometimes the latest version isn't always the greatest when it comes to stability. If you're running into export_png While this is a patch release, it inherits
from bokeh . plotting import figure , show p = figure(width= 400 , height= 400 ) # Adding text glyphs p.text(x=[ 1 , 2 ], y=[ 1 , 2 ], text=[ " Label A " , " Label B " ], text_color= " firebrick " , text_font_size= " 20pt " ) show(p) Use code with caution. Copied to clipboard If you're running into export_png from bokeh
Version 2.3.3 introduced or refined several critical features that were major updates at the time: Hatch Patterns
: There are noted reports of increasing memory consumption when using bokeh serve with multiple browser sessions; if your application is long-running, monitoring memory usage is recommended .