Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Kaggle CLI - Manage Datasets & Competitions | Online Free DevTools by Hexmos

Manage datasets and competitions with Kaggle CLI. Download data, submit predictions, and explore Kaggle's resources. Free online tool, no registration required.

kaggle

Official CLI for Kaggle implemented in Python 3. More information: https://github.com/Kaggle/kaggle-api.

  • View current configuration values:

kaggle config view

  • Download a specific file from a competition dataset:

kaggle competitions download {{competition}} {{[-f|--file]}} {{filename}}

See Also