ImportError: matplotlib is required for plotting when the default backend “matplotlib” is selected

前端 未结 1 2035
独厮守ぢ
独厮守ぢ 2021-01-22 14:21

I am new to pandas_profiling and getting ImportError while importing it. Please help.

import numpy as np
import pandas as pd
import pandas_profiling
impor         


        
相关标签:
1条回答
  • 2021-01-22 14:51

    I don't know the actual reason but I restarted the kernel and it is working.

    Before restarting the kernel I executed following commands:

    conda install -c anaconda pandas-profiling

    0 讨论(0)
提交回复
热议问题