Hi,
I have a dash app that produces a series of spectroscopic plots that I am saving using the plotly py 3.2.0 io.write_image syntax. On linux orca seems to behave as I would expect; I get one instance that closes along with the associated python process. On windows, however, each instance of the app appears to be creating its own orca process, and they do not go away when the python process is ended or a cmd is closed.
What should I be doing on windows systems to handle the orca processes?
Thank you.