how to download multiple files from jupyter notebook
# download multiple files from jupyter notebook at once
# The trick will help you to download any folder by creating a tar file
# which you can extract it from 7zip
==================================Follow Step==================================
step1: first go to files
step2: go to new and select terminal # it will open a bash terminal right there
step3: enter this command
"tar -czf archive.tar.gz foldername"
↑ ↑
give any name enter path of
you want your desired
folder
step4: after that, now go to the path where you folder is located.
step5: You will see a new tar file, dowload it and extract it.
===================================ENJOY=======================================