Created
April 2, 2020 14:43
-
-
Save kervel/f6dd802c9b5b4b6c8e2caa93f9ee1051 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
@widgets.interact(x=(0, 10, 1)) | |
def foo(x): | |
""" | |
Print the current widget value in short sentence | |
""" | |
print(f'Slider says: {x}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment