小编nir*_*ale的帖子

我在seaborn导入中遇到这个问题:

当我尝试在 Jupiter 笔记本中运行以下行时

> import seaborn as sns     
Run Code Online (Sandbox Code Playgroud)

我收到此错误:

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-2-ed9806ce3570> in <module>()
----> 1 import seaborn as sns

~/anaconda3/lib/python3.6/site-packages/seaborn/__init__.py in <module>()
      8 from .palettes import *
      9 from .regression import *
---> 10 from .categorical import *
     11 from .distributions import *
     12 from .timeseries import *

~/anaconda3/lib/python3.6/site-packages/seaborn/categorical.py in <module>()
      5 from scipy import stats
      6 import pandas as pd
----> 7 from pandas.core.series import remove_na
      8 import matplotlib as mpl
      9 from …
Run Code Online (Sandbox Code Playgroud)

python pandas seaborn jupyter-notebook

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

jupyter-notebook ×1

pandas ×1

python ×1

seaborn ×1