mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 03:41:48 +00:00
18 lines
394 B
Plaintext
18 lines
394 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 {{filename}}`
|