Unable to import Pandas Profiling

NEX picture NEX · Mar 16, 2018 · Viewed 36.2k times · Source

I am unable to import pandas profiling in jupyter notebook. Could someone please tell me whats wrong. enter image description here

Answer

NEX picture NEX · Mar 16, 2018

Thanks a lot to all who tried to help me out. This worked.

import sys
!{sys.executable} -m pip install pandas-profiling