xarray-contrib/xarray-simlab

Other user-defined metadata attached to model variables

benbovy opened this issue · 0 comments

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).