You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each widget that makes a specific plot takes specific number of layers (e.g. 1, 2, or this could be any number > 1) of specific types (e.g. image, points, but this again could allow for multiple types) as input. We need a nice way of storing this information in the widget class.
For number of layers there's the n_layers_input class attribute: