lamindb.integrations.save_vitessce_config¶
- lamindb.integrations.save_vitessce_config(vitessce_config, description=None)¶
- Validates and saves a - VitessceConfigobject.- If the - VitessceConfigobject references multiple artifacts, automatically creates a- Collectionand displays the “Vitessce button” next to it.- Guide: Vitessce. - Parameters:
- vitessce_config ( - VitessceConfig) – A- VitessceConfigobject.
- description ( - str|- None, default:- None) – A description for the- VitessceConfigobject. Is used as- namefor a- Collectionin case the- VitessceConfigobject references multiple artifacts.
 
- Return type:
 - Changed in version 0.76.12: Now assumes - vitessce-python >= 3.4.0, which allows passing artifacts within- VitessceConfig.- Changed in version 0.75.1: Now displays the “Vitessce button” on the hub next to the dataset. It additionally keeps displaying it next to the configuration file. - Changed in version 0.70.2: No longer saves the dataset. It only saves the - VitessceConfigobject.