Unable to render Report "Summarize dataset: 0%| | 0/19 [00:00<?, ?it/s]"
I was just getting started with Pandas Profiling however, I encounter a problem. The script was running but the profile report is not being generated for some reason. Can anyone let me know if it's a bug or I am doing something wrong?

Same issue.
@PranavMare @davidcereal were you able to resolve this? I am facing the same issue.
@dishashetty Yes I was able to resolve it back then. I don't remember exactly what I did. But I think you need to restart the kernel every time your run the code block since pandas profiling relies on other dependencies which makes it necessary to restart the kernel.
Solution: Restart the Kernel and rerun the whole notebook.