lamindb.integrations.save_vitessce_config

lamindb.integrations.save_vitessce_config(vitessce_config, description=None)

Validates and saves a VitessceConfig object.

Guide: Vitessce.

Parameters:
  • vitessce_config (VitessceConfig) – A VitessceConfig object.

  • description (str | None, default: None) – A description for the VitessceConfig artifact.

Return type:

Artifact

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 VitessceConfig object.