Keck-DataReductionPipelines / KCWI_DRP

KCWI python DRP
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

A replacement for bokeh.client if needed #5

Open lucarizzi opened 4 years ago

lucarizzi commented 4 years ago

Currently, we control the bokeh plotting system using calls to bokeh.client and running the server as an external process. This is not a native and supported use of the server, and might break in the future. If that happens, there are a number of options. One that I have already tested (and works) is to use LiveReload