The Output HTML file will be usually stored in the same directory of your jupyter notebook, if you write the code like this:
profile.to_file("your_report.html")
Double click on that file and it will redirect you to your browser and will show you the whole report.
If you specify a specific path like:
profile.to_file("C:\Users\Public\your_report.html")
Only then the output file will be stored in a different location i.e. "C:\Users\Public" in this case.
Comments
0 comments
Article is closed for comments.