I'm following a plotnine tutorial to do some plotting on Jupyter Notebook. But when I imported
from plotnine import *
I got an error: ModuleNotFoundError: No module named 'plotnine'
.
I'm new on Jupyter and plotnine. Have tried different things searched, but still don't know how to solve this ...