Created
April 2, 2020 14:49
-
-
Save kervel/ec49511b136f3edc7d2f19d199fafd7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b1 = widgets.Button(description='button 1') | |
b2 = widgets.Button(description='button 2') | |
b3 = widgets.Button(description='button 3') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment