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
In #13 we introduce the new audbcards.Datacard class that handles the rendering of the actual data card. We still continue with audbcards.Dataset as this might be handy to gather statistical information about datasets.
Having this in mind it might be better to move all the functionality that creates figures or audio player elements from audbcards.Dataset to audbcards.Datacard and focus on the actual values in audbcards.Dataset.
The text was updated successfully, but these errors were encountered:
In #13 we introduce the new
audbcards.Datacard
class that handles the rendering of the actual data card. We still continue withaudbcards.Dataset
as this might be handy to gather statistical information about datasets.Having this in mind it might be better to move all the functionality that creates figures or audio player elements from
audbcards.Dataset
toaudbcards.Datacard
and focus on the actual values inaudbcards.Dataset
.The text was updated successfully, but these errors were encountered: