Error importing Seaborn module in Python

后端 未结 15 1419
长情又很酷
长情又很酷 2020-12-31 00:24

I am trying to import seaborn into python (using 2.7) using the following code:

import matplotlib.pyplot as plt
import seaborn as sns
import pandas as pd
imp         


        
15条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-31 01:00

    I would definitely recommend that you install Anaconda and then use the "pip install seaborn" command from the Lab Jupyter IDE. It should work. It seems that the package is already pre-installed on Lab Jupyter.

提交回复
热议问题