I'm trying to render my report to the page however the html code is showing not the actual object, how do I display the object.
profile = pp.ProfileReport(df, check_correlation=False)
return render_template('profile.html', my_bucket=my_bucket, profile=profile.to_html())