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-
geom_smooth
conda install ggplot
no packages found in current win-
conda install -c bokeh ggplot
https://anaconda.org/bokeh/ggplot
Also can do pip install ggplot or sudo -H python2 pip install ggplot
pip install ggplot
sudo -H python2 pip install ggplot
Hope it helps someone although a late answer :p