Is it possible to export arbitrary file to client?

Hi all, I was wondering if there’s an easy way to send arbitrary files to client? I am aware of sending csv data to client (bokeh/download.js at branch-3.0 · bokeh/bokeh · GitHub), but I’d like to send binary raw data :slight_smile:
thanks in advance!

Something very similar to that should work for most any kind of file blob you want to create, and then create a download link for. But you will just have to try it, I am not aware of any immediate example to point you at.