Cannot install ggplot with anaconda

前端 未结 6 2250
梦毁少年i
梦毁少年i 2020-12-21 01:18

I want to be able to use geom_smooth in ggplot. However, when I typed conda install ggplot, I get the error no packages found in current win-

6条回答
  •  执念已碎
    2020-12-21 01:27

    conda install -c bokeh ggplot

    https://anaconda.org/bokeh/ggplot

    Also can do pip install ggplot or sudo -H python2 pip install ggplot

    Hope it helps someone although a late answer :p

提交回复
热议问题