Install the latest version of seaborn (0.9.0) through pip

后端 未结 4 1339
醉话见心
醉话见心 2020-12-18 23:04

I want to create a catplot using seaborn package and I know that in order to be able to do that I need the latest version of seaborn(0.9.0). I installed the package for cond

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-18 23:22

    This worked for me:

    conda install -c anaconda seaborn
    
    

    Credit: https://anaconda.org/anaconda/seaborn

提交回复
热议问题