Report generation system for pipen.
Installation
❯ pip install -U pipen-report
# update configurations if needed:
❯ pipen report config
# then update frontend dependencies:
❯ pipen report update
Enabling/Disabling the plugin
The plugin is registered via entrypoints. It's by default enabled. To disable it: plugins=[..., "no:report"]
, or uninstall this plugin.
Example
See the pipeline in example/
, and the reports generated by the pipeline:
https://pwwang.github.io/pipen-report/example/output/REPORTS