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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: