Subcommands (5)
Options (6)
booleanDownload a specific file from a competition dataset
Example:
kaggle {{[c|competitions]}} download {{competition}} {{[-f|--file]}} {{path/to/file}}-f, --filebooleanDownload a specific file from a competition dataset
Example:
kaggle {{[c|competitions]}} download {{competition}} {{[-f|--file]}} {{path/to/file}}-s, --searchbooleanList competitions matching a search term
Example:
kaggle {{[c|competitions]}} list {{[-s|--search]}} {{search_term}}-m, --messagebooleanSubmit a file to a competition with a message
Example:
kaggle {{[c|competitions]}} submit {{competition}} {{[-f|--file]}} {{path/to/submission.csv}} {{[-m|--message]}} "{{message}}"booleanList datasets matching a search term
Example:
kaggle {{[d|datasets]}} list {{[-s|--search]}} {{search_term}}booleanList kernels (notebooks) matching a search term
Example:
kaggle {{[k|kernels]}} list {{[-s|--search]}} {{search_term}}Examples (8)
View current configuration values
Download a specific file from a competition dataset
kaggle [c|competitions] download competition [-f|--file] path/to/fileList competitions matching a search term
kaggle [c|competitions] list [-s|--search] search_termList files available for a specific competition
kaggle [c|competitions] files competitionSubmit a file to a competition with a message
kaggle [c|competitions] submit competition [-f|--file] path/to/submission.csv [-m|--message] "message"List datasets matching a search term
kaggle [d|datasets] list [-s|--search] search_termDownload all files from a dataset
kaggle [d|datasets] download owner/dataset_nameList kernels (notebooks) matching a search term
kaggle [k|kernels] list [-s|--search] search_termmade by @shridhargupta | data from tldr-pages