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:
LIPIKA KANKARIA
2025-12-09 18:30:57 -08:00
committed by GitHub
parent cb3985b985
commit 6b201990a5
+32
View File
@@ -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}}`