Skip to content

Instantly share code, notes, and snippets.

@youonf
Last active July 3, 2019 08:42
Show Gist options
  • Save youonf/0d4e51b51c91a03f090726de6ed6af1a to your computer and use it in GitHub Desktop.
Save youonf/0d4e51b51c91a03f090726de6ed6af1a to your computer and use it in GitHub Desktop.
#Download required dataset / competition files to a folder of your choice
!kaggle competitions download -c histopathologic-cancer-detection -p /content/gdrive/My\ Drive/kaggle/cancer
#List datasets and competitions
!kaggle datasets list
!kaggle competitions list
#Search for datasets and competitions by name
!kaggle datasets list -s cancer
!kaggle competitions list -s histopathologic-cancer-detection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment