How to integrate pandas-profiling report into a dash app?
Streamlit allows these integrations (but I'm having a hard time managing cache/sessions in it) https://discuss.streamlit.io/t/including-pandas-profiling-report-in-streamlit/473/2
But I don't see any documentation regarding this on dash. Please help.
You have 2 options:
Generate de html page and loadt it as an asset in Dash:
Get the raw text and install dash-dangerously-set-inner-html to use it in raw format:
As the lib's name says, it's not recommended to use it.