Windows での Python 3.10,関連パッケージ,Python 開発環境のインストール: 別ページ »で説明
【サイト内の関連ページ】
Python のまとめ: 別ページ »にまとめ
【関連する外部ページ】
Python の公式ページ: https://www.python.org/
python -m pip install -U urllib3 six certifi python-dateutil requests tqdm python-slugify idna chardet Unidecode python -m pip install -U kaggle
sudo apt -y update sudo apt -y install python3-urllib3 python3-six python3-certifi python3-dateutil python3-requests python3-tqdm python3-slugify python3-idna python3-chardet python3-unidecode sudo python3 -m pip install -U kaggle
Windows の場合は,C:\Users\<ユーザ名>\.kaggle\kaggle.json に置く.
Ubuntu の場合は,~/.kaggle/kaggle.json に置く.