Closed MdKquantum closed 3 years ago
How are you launching plottr? This seems like a multi threading issue but plottr and qcodes dond loop should never run in the same process unless you are doing something unusual?
@MdKquantum did you resolve this?
I think It was an issue with sharing threads as you suggested, at the moment of reporting I was running plottr and qcodes from the same notebook. Besides that I had once seen a similar error while running plottr from spyder while qcodes was in jupyter but I cannot reproduce that behaviour anymore.
ok thanks, I would recommend lauching plottr from the command line using the scripts that plottr installs (plottr-inspectr etc)
While trying to use plottr as a tool to monitor to live plot my data and my notebook as a logbook of the measurements I encountered the following bug/error. When plottr is running, a doNd qcodes function with do_plot = True, throws an error before the plot is displayed in the notebook. I've pasted the exact error message at the end of this post.
I'm currently on Plottr 0.6.0 and Qcodes 0.24.0. Is this a known issue with a fix or a unwanted bug?
Thank you for your help