Bokeh-based Plot monitor in Quantify
A Bokeh-based plot monitor provides visualizations without the necessity of writing data to disk like the current plotmon. It is more stable and works in parallel processes from measurements It is already done and now needs to be ported to the quantify. Structure of feature - ![Plotmon](/uploads/9f61573e65a89d4d0c0ba09fc8bdec7e/Plotmon.jpg) It will be implemented in a few steps: * [ ] Create a working bokeh server * [ ] Add a pydantic structure to define messages * [ ] Add a basic app with a data handling process for 1D data * [ ] Add data process for 2d data * [ ] Add plot management * [ ] Connect Measurement control and bokeh-based Plotmon
epic