Our friends at Weights & Biases built an awesome integration that lets you upload your Prodigy datasets straight to your W&B projects to track and visualize them The integration is available in the latest release of the wandb
client:
import wandb
from wandb.integration.prodigy import upload_dataset
with wandb.init(project="prodigy"):
upload_dataset("news_headlines_ner")
For more details and examples, check out the documentation and report: