[IPython-dev] Download a Python-generated file over the web through IPython Notebook

Alessandro Gagliardi alessandro.gagliardi at glassdoor.com
Mon Aug 4 14:18:35 EDT 2014


I’d like to allow users to generate a CSV in a notebook that is hosted remotely and download that file to their local machine, perhaps through a widget (or some other way that doesn’t require the command line).

Is this possible? The closest thing I can think of is pandas’ to_clipboard method which could then be used to paste the data into a local spreadsheet, but that seems clumsy and prone to human error.

Thanks in advance!

Alessandro Gagliardi | senior data scientist | Glassdoor | alessandro at glassdoor.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140804/6ca9624b/attachment.html>


More information about the IPython-dev mailing list