← 返回命令列表

Linux command

kaggle-kernels 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

List kernels

kaggle kernels list

Push kernel to Kaggle

kaggle kernels push -p [path]

Pull kernel from Kaggle

kaggle kernels pull [owner/kernel-name]

Get kernel output

kaggle kernels output [owner/kernel-name]

Check kernel status

kaggle kernels status [owner/kernel-name]

说明

kaggle kernels manages Kaggle notebooks (kernels) from the command line. Part of the Kaggle CLI, it allows pushing, pulling, and monitoring computational notebooks used for data science projects.

参数

list
List available kernels.
push -p _path_
Push kernel to Kaggle.
pull _kernel_
Download kernel files.
output _kernel_
Download kernel output.
status _kernel_
Check kernel run status.
init -p _path_
Initialize kernel metadata.

FAQ

What is the kaggle-kernels command used for?

kaggle kernels manages Kaggle notebooks (kernels) from the command line. Part of the Kaggle CLI, it allows pushing, pulling, and monitoring computational notebooks used for data science projects.

How do I run a basic kaggle-kernels example?

Run `kaggle kernels list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list do in kaggle-kernels?

List available kernels.