Hi, I can use weave().to_widget().auto_save_png() to save a chart when running from a jupyter notebook
However, I have an application that runs multiple reports from a CLI and I want to include this one. I tried the same .auto_save_png() command as in jupyter, and it doesn't save a png. It doesn't do anything, not even throw an error.
Is it because I should be using a different widget outside of jupyter?