I have a folder named myfolder (with multiple files) in JupyterLab. I can download files but not folders as JupyterLab does not allow it. I, therefore, want to zip the folder then download it to my desktop.
Question: how do I zip myfolder?
This one didn't work: Downloads folder from JupyterLab
Did you try tar
instead of zip
as well?
Check the discussion in github
on my notebook zip is not working but tar is. so
%%bash
tar -czf archive.tar.gz foldername
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With