mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
kaggle-kernels: add page (#19770)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# kaggle kernels
|
||||
|
||||
> Manage Kaggle kernels.
|
||||
> More information: <https://github.com/Kaggle/kaggle-api/blob/main/docs/README.md#kernels>.
|
||||
|
||||
- List all kernels:
|
||||
|
||||
`kaggle {{[k|kernels]}} list`
|
||||
|
||||
- List kernel output files:
|
||||
|
||||
`kaggle {{[k|kernels]}} files {{kernel_name}}`
|
||||
|
||||
- Initialize metadata file for a kernel (defaults to current directory):
|
||||
|
||||
`kaggle {{[k|kernels]}} init {{[-p|--path]}} {{path/to/directory}}`
|
||||
|
||||
- Push new code to a kernel and run the kernel:
|
||||
|
||||
`kaggle {{[k|kernels]}} push {{[-p|--path]}} {{path/to/directory}}`
|
||||
|
||||
- Pull a kernel:
|
||||
|
||||
`kaggle {{[k|kernels]}} pull {{kernel_name}} {{[-p|--path]}} {{path/to/directory}}`
|
||||
|
||||
- Get data output from the latest kernel run:
|
||||
|
||||
`kaggle {{[k|kernels]}} output {{kernel_name}}`
|
||||
|
||||
- Display the status of the latest kernel run:
|
||||
|
||||
`kaggle {{[k|kernels]}} status {{kernel_name}}`
|
||||
Reference in New Issue
Block a user