Add a show_widgets option#76
Add a show_widgets option#76digitaltopo wants to merge 3 commits intoioam:masterfrom digitaltopo:show-option
Conversation
|
Thanks! Here show_widgets is a boolean, but for the purposes of #23, should it be something like "display_type", with values "widgets", "table", "text", or None? Here it seems like you'd need None, but for #23 it would be "table" or "text", I think, with some way to display the values even if they aren't widgets. |
|
@jbednar what would we include inside of the It may be a bit difficult to output available "options" for each param. For example, a range param, or colorpicker. What would the options be? If it's just current values then that should be simple. Please confirm, thanks! |
|
Just current values. Widgets serve two purposes in many cases: allowing selection of a value, and declaring what the selected value is. Even if they fail to allow selection, they can at least declare which value is currently associated with the plot shown. I suppose that they actually serve three cases, in that widgets let you see what values are allowed, but I think that third case is less crucial and as you say, difficult to convey without the widget, so I'm ok with failing to cover that third usage. |
|
Oh wow, thanks @digitaltopo. Not sure @jbednar was necessarily suggesting you implement these options but it's definitely very welcome. |
show_widgetsoption so users can choose to suppress the output of the paramnb widgets.Related to #23, which is stale now.