LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kaggle-config

manages Kaggle CLI configuration settings

TLDR

View current configuration
$ kaggle config view
copy
Set the default competition
$ kaggle config set -n competition -v [competition_name]
copy
Set the default download path
$ kaggle config set -n path -v [/path/to/download/folder]
copy
Set a proxy for HTTP requests
$ kaggle config set -n proxy -v [http://proxy:port]
copy
Unset a configuration value
$ kaggle config unset -n [name]
copy

SYNOPSIS

kaggle config subcommand [options]

DESCRIPTION

kaggle config manages Kaggle CLI configuration settings. Available configuration parameters are competition (default competition URL suffix), path (default download folder, defaults to current working directory), and proxy (HTTP request proxy). Configuration is stored in ~/.kaggle/kaggle.json.

PARAMETERS

set -n name -v value

Set a configuration option. Valid names: competition, path, proxy.
view
Display current configuration values.
unset -n name
Remove a configuration option, reverting to default behavior.
-n NAME, --name NAME
Name of the configuration parameter.
-v VALUE, --value VALUE
Value of the configuration parameter.

INSTALL

nix profile install nixpkgs#kaggle
copy

SEE ALSO

kaggle(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid