Hi all!
For those of you that want to download directly on their notebook server:
This assumes you are logged in into Kaggle and you have accepted the conditions of the competition.
- Open the Chrome browser on your local machine
- Install the cookie.txt extension from this link
- Go to the Kaggle dataset
- Locate the download button button of the dataset you want (see example in image below)
- Copy the link (right-click on that button)
- Export your cookies using the newly added plugin
- Go to your remote notebook
- Upload the cookie.txt file (I put it in the
data
folder) - Run the following wget command
! wget --load-cookies data/cookies.txt PASTE_YOUR_LINK
Example of copying download link, downloading the cookies and the resulting script with correct naming (you can do it with the above script, but this makes it a bit easier):
Sorry for the badly composed image, but as a new user I can only upload 1 image.
Hope this helps out some of you!
Best regards!