datacarpentry / python-ecology-lesson

Data Analysis and Visualization in Python for Ecologists
https://datacarpentry.org/python-ecology-lesson
Other
160 stars 310 forks source link

Reminder that plotnine is not part of Anaconda #426

Closed maneesha closed 3 years ago

maneesha commented 4 years ago

In the Making Plots With plotnine lesson, there is a disclaimer that shows how to load plotnine.

I would recommend also mentioning here a reminder that plotnine is not in the standard Anaconda package and needs to be installed separately.

maxim-belkin commented 4 years ago

We do mention it and explain how to install it on the Setup page: https://datacarpentry.org/python-ecology-lesson/setup.html#download-plotting-package

The plotting package plotnine is not installed by default. From the terminal, type:

conda install -c conda-forge plotnine

Nonetheless, it wouldn't hurt to remind learners that they have to install plotnine manually. I'm marking this issue as "good first issue" and "help wanted". Thanks, Maneesha!

mathewsarath commented 3 years ago

This issue is solved.

maxim-belkin commented 3 years ago

Thanks for the ping, @mathewsarath! :)