July 9, 2021 Type: Patch Release Previous Version: 2.3.2 Next Version: 2.3.4
To get started with Bokeh 2.3.3, you can use the following example code: bokeh 2.3.3
p = figure() p.circle(x="x", y="y", color="color", size=10, source=source) show(p) July 9, 2021 Type: Patch Release Previous Version: 2