kaggle: add page (#3901)

client-spec/clarity
TJ Kolleh 2020-03-12 15:58:49 -04:00 committed by GitHub
parent 310c1e1f76
commit 5c3c2c732c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/common/kaggle.md Normal file
View File

@ -0,0 +1,12 @@
# 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}}`