Hi. I would like to publish pandas-profiling html ...
# ask-metaflow
p
Hi. I would like to publish pandas-profiling html file (ydata-profling) as a card in my metaflow flow. What would be the easiest way to achieve that? Let's assume html file is generated in one of the steps and saved as html file. Should i go with this: https://pypi.org/project/metaflow-card-html/ or perhaps this https://docs.metaflow.org/api/cards#defining-a-custom-card instead?
👀 1