I would like to have continuous update of prints in the grid items, but when I have time.sleep(1) between printouts only the first one is displayed in the grid item. Like in the image below. I would expect to see updated grid item to see all printouts.

I'm happy to do a PR with fix but I need little guidance where to look.