This can be useful when you work on Google Colab and you want to download a dataset from somewhere.
%%bash
wget
unzip
ls
This can be useful when you work on Google Colab and you want to download a dataset from somewhere.
%%bash
wget
unzip
ls
Comments