IPython Jupyter: uploading folder
https://newbedev.com/ipython-jupyter-uploading-folderimport shutil shutil.make_archive(output_filename_dont_add_.zip, 'zip', directory_to_download) Maybe it is easier to just use unix to just unzip the data. Steps: Transform the folder into a .zip file in your computer. Upload the .zip file to jupyter home. In jupyter notebook run! unzip ~/yourfolder.zip -d ~/ where ! tells the jupyter notebook ...