Controlling the name of the downloaded csv file from a notebook

alonisser
Contributor II

I got a notebook with multiple display() commands in various cells, the users are currently downloading the result csv from each cell

I want the downloads to be named after the name of the cell (or any other methods I can make each download have a different name, and not the notebook name which is the same for all)

 

Bonus points: making the programmatically controllable so I can manipulate the name (add client name from a widget for example)