LinuxCommandLibrary

kaggle-kernels

manages Kaggle notebooks from the command line

TLDR

List kernels

$ kaggle kernels list
copy
Push kernel to Kaggle
$ kaggle kernels push -p [path]
copy
Pull kernel from Kaggle
$ kaggle kernels pull [owner/kernel-name]
copy
Get kernel output
$ kaggle kernels output [owner/kernel-name]
copy
Check kernel status
$ kaggle kernels status [owner/kernel-name]
copy

SYNOPSIS

kaggle kernels subcommand [options]

DESCRIPTION

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.

PARAMETERS

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community