Range slider #3592
granthamtaylor
started this conversation in
Ideas
Range slider
#3592
Replies: 1 comment 1 reply
-
You may find this discussion interesting; @TomJGooding created textual-slider which would seem to be what you want, or perhaps very close to what you want? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am very interested in using Textual to create a TUI for my AutoML project.
A common theme with model training pipelines is a large set of hyper parameters with seemingly arbitrary ranges.
I feel like a range slider widget would be an excellent way to provide context on recommended ranges for numerical inputs.
Ideally, the range would have formatting support, provide a tooltip when being updated, may be interacted with via both mouse and keyboard, and may provide custom range distributions (log scale, discrete, custom labels, etc).
I am curious if anyone else is interested in the idea!
Beta Was this translation helpful? Give feedback.
All reactions