How can I download notebook from Kaggle Using Python?

612 Views Asked by At

I want to download all notebook(kernel) for MNIST dataset in Kaggle. I have no knowldege about web-scraping. Can anyone suggest which python module help me or steps how can I try? Any types of help will be highly appretiated.

1

There are 1 best solutions below

3
On

You can use the Kaggle API to download public kernels.

kaggle kernels pull -k [KERNEL] -p /path/to/download -m