I tried installing pandas_profiling in Jupyter Notebook and got the following error
!pip install pandas_profiling
I also tried this "Run pip install pandas-profiling command in a separate cell in the jupyter notebook. After this just restart the kernal and run again." but still can't install pandas_profiling.
So How can I install it in the jupyter notebook?