Il giorno lun, 27/02/2017 alle 11.14 +0100, Christian Prinoth ha
scritto:
> [...]
> What I am missing is some way for users to get data from python to
> their local computers, i.e. exporting a dataframe. The to_clipboard
> method does not work (I guess it is pasting to the clipboard on the
> server?). Maybe there is some way that I can take a dataframe, create
> a csv and then download it?
> The cumbersome way is to set up a shared network folder, have users
> save the data to a file on the server, and then get it from the
> share. But getting it directly as a download from the browser would
> be better, and some way leveraging the clipboard would be even more
> so.
This could certainly be done through some Jupyter widget, but I don't
know of any existing one.
This said, I never used Jupyterhub, but the plain Jupyter will provide
me, in the "/tree" page, with a list of files which includes non-
notebooks, also allowing me to download them. This is not optimal, but
probably better than setting up an ad hoc share...
Pietro