How to create a for loop that proceeds to the next item when a Button widget is pressed? The Button description should be updated in the for loop.
In the official documentation of Asynchronous widgets, they show how to stop a for loop and then proceed to the next item when the user moves an IntSlider widget. It is mentioned that a similar result can be achieved with a Button, even though Buttons have a different interface than other widgets.
What I want is the same desired outcome of an existing question. Even though the question has an accepted answer, from the comments it is clear that the answer does not produce the desired outcome.