mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 02:58:26 +00:00
Update cheatsheets
This commit is contained in:
17
kaggle
Normal file
17
kaggle
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user