How To: GUI for Hardware Automation / Scientific Instrument Control

Nevermind, I figured it out.
A button.clicks +=1 does the job at the right place.
My problem was that I imported Buttons both from panel.widgets.Button as well as bokeh.models.Button.
The latter is different from the former, and does not work.

1 Like