I am trying to download the digit recognizer mnist dataset from kaggle on jupyter notebook
->. !pip install git+https://github.com/floydwch/kaggle-cli.git
->. !kg download -u ‘abc@.com’ -p ‘xxxx’ -c digit-recognizer
using the above command . But it shows me the following error:-
‘Response’ object has no attribute ‘soup’
Pls Help!
Thanks!!