! pip install kaggle # Install the Kaggle library ! mkdir ~/.kaggle # Make a directory named “.kaggle” ! cp kaggle.json ~/.kaggle/ # Copy the “kaggle.json” into this new directory ! chmod 600 ~/.kaggle/kaggle.json # Allocate the required permission for this file. ! kaggle competitions download # Downloading Competitions dataset ! kaggle datasets download # Downloading Datasets