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-
This worked, but certain functionality was broken:
conda install -c bokeh ggplot=0.9.4
Installing from here is what finally got me what I wanted:
conda install -c conda-forge ggplot