Hey,
I use tokio and and plotly to plot some data. When using kaleido the plots are exported as expected but switching to the static_exporter feature fails with
Cannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context.
Any hints what I am missing?
Regards