I am unable to install and use spotify's visualization module which is called chartify. https://github.com/spotify/chartify
In the installation it claims I only need to pip3 install it which I did using cmd. Now I have opened my jupyter notebook, and when I try to import the module it can not find it.
import chartify
I expect the module to be imported but instead i get the following
--------ModuleNotFoundError Traceback (most recent call last)
<ipython-input-32-e4ea3e2db907> in <module>()
----> 1 import chartify
ModuleNotFoundError: No module named 'chartify'