BIDS-collaborative / save-seistool

Saving the seistool from the Berkeley Seismo group / Solaris
BSD 2-Clause "Simplified" License
3 stars 3 forks source link

Making bokeh-server work #6

Open ProximaDas opened 9 years ago

ProximaDas commented 9 years ago

I've added the ipython notebook for bokeh plotting of a trace file. Dav will try to incorporate bokeh-server into this code. Or something of the sort. I'm not sure what I'm talking about.

davclark commented 9 years ago

cc @gboeing

davclark commented 9 years ago

So I added some code (only a few lines really) to put plots into the bokeh server instead of html. It's just a difference of a function call.

Then, I think what you want is just a simple flask app that would do something similar to what's in the notebook, and then direct the viewer to the appropriate plot / page.