Does bokeh provide such utility to save / export data table content? If it already does, I have not found answer in the document yet. If it does not, is there a plan to add ‘tool bar’ like features (including save) to the data table too?
If you use bokeh-server the answer is yes, you can do it (save csv file with the content you want to a local path).
If you are not using bokeh-server and you are just embedding a bokeh plot then you still can do it but you’ll probably need to do it via a JS callback (this means you’ll need to write a few lines of JS).
Does bokeh provide such utility to save / export data table content? If it already does, I have not found answer in the document yet. If it does not, is there a plan to add ‘tool bar’ like features (including save) to the data table too?
I would hate to have to learn JS.
Thanks!
–
You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
My knowledge on JS is close to zero. I need to do this on client side, no server then. I will take a look at the callbacks and examples you linked. Wish me luck.
···
On Thursday, August 6, 2015 at 4:55:13 AM UTC-5, Fabio Pliger wrote:
Hi,
It depends a lot on how how are you using bokeh.
If you use bokeh-server the answer is yes, you can do it (save csv file with the content you want to a local path).
If you are not using bokeh-server and you are just embedding a bokeh plot then you still can do it but you’ll probably need to do it via a JS callback (this means you’ll need to write a few lines of JS).
Are there any plans for python transpiling to JS or wrapping callbacks in python?
···
On Thursday, August 6, 2015 at 6:47:25 PM UTC-4, [email protected] wrote:
My knowledge on JS is close to zero. I need to do this on client side, no server then. I will take a look at the callbacks and examples you linked. Wish me luck.
On Thursday, August 6, 2015 at 4:55:13 AM UTC-5, Fabio Pliger wrote:
Hi,
It depends a lot on how how are you using bokeh.
If you use bokeh-server the answer is yes, you can do it (save csv file with the content you want to a local path).
If you are not using bokeh-server and you are just embedding a bokeh plot then you still can do it but you’ll probably need to do it via a JS callback (this means you’ll need to write a few lines of JS).
Would be very much interested in this, there is just no one on the core team right now with any bandwidth to look into it. If there is anyone in the community with interest or experience in looking into making it possible to write callbacks in python that got executed as JS, I would try to get them as much help and information as I could, in a heartbeat.
My knowledge on JS is close to zero. I need to do this on client side, no server then. I will take a look at the callbacks and examples you linked. Wish me luck.
On Thursday, August 6, 2015 at 4:55:13 AM UTC-5, Fabio Pliger wrote:
Hi,
It depends a lot on how how are you using bokeh.
If you use bokeh-server the answer is yes, you can do it (save csv file with the content you want to a local path).
If you are not using bokeh-server and you are just embedding a bokeh plot then you still can do it but you’ll probably need to do it via a JS callback (this means you’ll need to write a few lines of JS).