Skip to content

Instantly share code, notes, and snippets.

@enamoria
Created September 22, 2018 07:53
Show Gist options
  • Save enamoria/d6bf757f8bceb972c60b283666c89ede to your computer and use it in GitHub Desktop.
Save enamoria/d6bf757f8bceb972c60b283666c89ede to your computer and use it in GitHub Desktop.
from google.colab import drive
drive.mount('/content/drive')
!rm *.json
from google.colab import files
files.upload() # upload kaggle.json
!pip install kaggle
!mkdir -p ~/.kaggle
!cp kaggle.json ~/.kaggle/
!kaggle datasets list # validate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment