Feature description
ImageViewer(name="One plot", img_globs=["my_amazing_plot.png"]),
ImageViewer(name="All Plots"),
It would be nice if "my_amazing_plot.png" would not appear twice on the dashboard page.
Proposed solution
Perhaps one one module is activated, it could check the output from the other modules and eliminate the duplicates?
Feature description
It would be nice if
"my_amazing_plot.png"would not appear twice on the dashboard page.Proposed solution
Perhaps one one module is activated, it could check the output from the other modules and eliminate the duplicates?