Another option is to use the accepted solution on this topic as a starting point. https://stackoverflow.com/questions/58502115/changing-cursor-on-a-bokeh-map
For the accepted solution to that question, I checked that using wait
as the style.cursor
property does indeed have an effect and yields a spinning wheel.
You’d need to come up with the state-machine and callbacks to suit your application.