Courier Extension 1: Event Driven Programming

2. Adding a Button

In the same code cell you will also see the following code. This tells us that the first button added to the list of buttons is labelled Test Line Follower.

buttons = []
buttons.append(widgets.Button(description="Test Line Follower", layout=items_layout))