from ipywidgets import Button, HBox, VBox words = [\'correct\', \'horse\', \'battery\', \'staple\'] items = [Button(description=w) for w in words] left_box = VBox([