is it possible to make the versioned results be sa...
# questions
s
is it possible to make the versioned results be saved in the same folder? i produce reports and i want per run all reports to be in the same folder, currently the version=True just places each figure in a separate folder with the timestamp it ran and not the whole pipeline ran
d
No, there's no option to do this. You'd have to implement custom versioning functionality (not straightforward).
👍 1
If you were to implement custom versioning functionality, you'd need to override how the framework discovers what versions are available, what the latest version is, etc. with your custom scheme, as well as of course making it save using this scheme. It's not designed to be an extension point for users.