Last active
February 15, 2020 22:05
-
-
Save 8080labs/3fa76309879bdb74d019c3de6a69d2b3 to your computer and use it in GitHub Desktop.
This file contains 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
bin_slider = widgets.FloatSlider( | |
value=initial_bin_width, | |
min=1, | |
max=30, | |
step=1, | |
description="Bin width:", | |
readout_format=".0f", # display as integer | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment