The circle() function from bokeh seems deprecated, we could use scatter() instead. Another issue is render_mode is no longer an attribute we can access in LabelSet() but it exists in older version of bokeh, such as 2.4.1: https://docs.bokeh.org/en/2.4.1/docs/reference/models/annotations.html
The circle() function from bokeh seems deprecated, we could use scatter() instead. Another issue is render_mode is no longer an attribute we can access in LabelSet() but it exists in older version of bokeh, such as 2.4.1: https://docs.bokeh.org/en/2.4.1/docs/reference/models/annotations.html