How to download multiple files in Jupyter?

2,222 views
Skip to first unread message

Daniele Corradetti

unread,
Apr 10, 2019, 1:45:10 AM4/10/19
to Project Jupyter
I'm trying to download the result of a simulation saved in a Folder. But Jupyter doesn't seem to allow the download of a Folder. Moreover Jupyter doesn't allow the download of multiple files. Am I missing something? Where do I complain? Is there some kind of place where I can give my strongly negative feedback? 

sp...@draves.org

unread,
Apr 10, 2019, 10:22:06 AM4/10/19
to jup...@googlegroups.com
You can file an issue with a feature request here: https://github.com/jupyterlab/jupyterlab/issues
Please keep any complaints and negative feedback to yourself.

On Wed, Apr 10, 2019 at 1:45 AM Daniele Corradetti <d.corr...@gmail.com> wrote:
I'm trying to download the result of a simulation saved in a Folder. But Jupyter doesn't seem to allow the download of a Folder. Moreover Jupyter doesn't allow the download of multiple files. Am I missing something? Where do I complain? Is there some kind of place where I can give my strongly negative feedback? 

--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/7ff146b1-4499-49b2-bada-3e2db2463d48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

Roland Weber

unread,
Apr 11, 2019, 1:47:19 AM4/11/19
to Project Jupyter
If you're using Python, call !tar or !zip to create a single archive that contains your whole folder. For other languages, there are system calls to execute shell commands with the same effect.

cheers,
  Roland


PS: The fastest and the only certain way to get a feature request implemented is to volunteer and do it yourself ;-) That's the nature of community projects. Or else you could pay someone to implement it for you and contribute the changes back to the community. As long as you're just using what others provide for free, please be kind to them.

Tim Head

unread,
Apr 11, 2019, 2:02:55 AM4/11/19
to Project Jupyter
On Thu, Apr 11, 2019 at 7:47 AM Roland Weber <rolw...@de.ibm.com> wrote:
If you're using Python, call !tar or !zip to create a single archive that contains your whole folder. For other languages, there are system calls to execute shell commands with the same effect.

There is a fantastic notebook extension called nbzip that adds a small button to do this: https://github.com/data-8/nbzip

As all these tools it could do with more help as there are some things about it that are a bit "not ideal".

T
Reply all
Reply to author
Forward
0 new messages