You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: