Embeded *.js naming - Few other remarks

Hi all,

I’ve been playing with bokeh in order to output results of automated analysis of volcano-seismic data.

Here are a few remarks :

  1. In init.py, bokeh import sampledata. On my production machine, I don’t need those, it should not be an absolute requirement.
  2. I did not find where to define the name of embedded .js when saving then using create_html_snippet(), I don’t need unique names, but rather something like “STATION_NAME-FilterID.js”, so my html (python) page doesn’t have to be updated when new data appears.

Any advice ?

Thanks for Bokeh !

Tom

Reply to myself:

setting curplot()._id defines the unique id for the plot.

Thom

···

Le dimanche 16 février 2014 14:16:55 UTC+1, Thomas Lecocq a écrit :

Hi all,

I’ve been playing with bokeh in order to output results of automated analysis of volcano-seismic data.

Here are a few remarks :

  1. In init.py, bokeh import sampledata. On my production machine, I don’t need those, it should not be an absolute requirement.
  2. I did not find where to define the name of embedded .js when saving then using create_html_snippet(), I don’t need unique names, but rather something like “STATION_NAME-FilterID.js”, so my html (python) page doesn’t have to be updated when new data appears.

Any advice ?

Thanks for Bokeh !

Tom