twinlab.Dataset.unlock# Dataset.unlock(verbose=False)[source]# Unlock a dataset that was previously uploaded to the twinLab cloud. Unlocking a dataset allows it to be deleted or modified. Parameters: verbose (bool, optional) – Display confirmation. Return type: None Example dataset = tl.Dataset("quickstart") dataset.unlock()