It is already possible to add custom metadata to a model variable using xs.variable(attrs={...}).
However, it would be nice to be able to separate the metadata that is added to IO xarray datasets (primitive types) from the metadata that is used for other things (e.g., more advanced objects like ipywidgets or bokeh widgets).
It is already possible to add custom metadata to a model variable using
xs.variable(attrs={...})
.However, it would be nice to be able to separate the metadata that is added to IO xarray datasets (primitive types) from the metadata that is used for other things (e.g., more advanced objects like ipywidgets or bokeh widgets).