Controlling the name of the downloaded csv file from a notebook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2025 12:12 AM
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)