Answers for "how to download multiple files from jupyter notebook"

0

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=======================================
Posted by: Guest on August-22-2021

Code answers related to "how to download multiple files from jupyter notebook"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language