I am using Button.on_click to run a function when somebody clicks one of the buttons on the screen. This will update other widgets, create plots etc.
However, I could not find how to do the same for e.g. a Select widget so when the user selects a value, a function is run that may update other widgets? What is the equivalent of on_click for a Select widget so that changing the value will cause some processing?