I've been working in the Jupyter workspace, and computed some data which I have dumped into a folder in my workspace directory.
I would like to download this folder to work with the data locally. However, there doesn't seem to be a function allowing me to download folders as I do for individual files.
Is there a way to do this? I'd rather not have to download all the objects in said folder one by one.
Harry
Dylan Nelson
15 Feb '21
Dear Harry,
Easiest would be to zip or tar all your files, and then download this collection.
Harry Chittenden
15 Feb '21
Hi Dylan,
I have tried doing this from a terminal, but zip and tar are not installed, and it won't let me install these without sudo access.
Harry Chittenden
15 Feb '21
Actually, ignore that message. I have tar working. Thanks for your help.
Hello,
I've been working in the Jupyter workspace, and computed some data which I have dumped into a folder in my workspace directory.
I would like to download this folder to work with the data locally. However, there doesn't seem to be a function allowing me to download folders as I do for individual files.
Is there a way to do this? I'd rather not have to download all the objects in said folder one by one.
Harry
Dear Harry,
Easiest would be to
zip
ortar
all your files, and then download this collection.Hi Dylan,
I have tried doing this from a terminal, but zip and tar are not installed, and it won't let me install these without sudo access.
Actually, ignore that message. I have tar working. Thanks for your help.