In classic, this prints "Button clicked" in the same cell as the widget. In Lab, nothing is printed. @jasongrout, is the best fix for now to put the prints into a new widget (output, or an HTML widget, or something)?
I find that pattern -- put your pdebugging-style print statements into some kind of widget you can display very useful anyway, so am inclined to go that route.
The only failure I've found so far is this, from the "Widget Events" notebook (and the example a couple cells below it):
In classic, this prints "Button clicked" in the same cell as the widget. In Lab, nothing is printed. @jasongrout, is the best fix for now to put the prints into a new widget (output, or an HTML widget, or something)?
I find that pattern -- put your pdebugging-style print statements into some kind of widget you can display very useful anyway, so am inclined to go that route.