Installation
pip install kaggle
# You may need to do pip install --user kaggle on Mac/Linux. This is recommended if problems come up during the installation process.
API credentials
# 下载 kaggle.json
https://www.kaggle.com ➡️ User Ranking ➡️ API ➡️ Create New API Token
# 将 kaggle.json put 在 .kaggle 目录下
cp kaggle.json /Users/haozhiqiang/.k