Skip to content

Instantly share code, notes, and snippets.

@8080labs
Last active February 15, 2020 22:05
Show Gist options
  • Save 8080labs/3fa76309879bdb74d019c3de6a69d2b3 to your computer and use it in GitHub Desktop.
Save 8080labs/3fa76309879bdb74d019c3de6a69d2b3 to your computer and use it in GitHub Desktop.
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