!pip install argilla
import argilla as rg HF_TOKEN = "..." # only for private spaces client = rg.Argilla( api_url="...", api_key="...", headers={"Authorization": f"Bearer {HF_TOKEN}"}, # only for private spaces )
client.me