Search code examples
python-3.xpandasjupyter-notebookpandas-profiling

Unable to import Pandas Profiling


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


Solution

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

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