CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
huggingface

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: huggingface/notebooks
Path: blob/main/course/en/chapter10/section2.ipynb
Views: 2555
Kernel: Unknown Kernel

Set up your Argilla instance

!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