我无法安装和使用名为chartify 的spotify 可视化模块。 https://github.com/spotify/chartify
在它声称的安装中,我只需要使用 cmd 进行 pip3 安装即可。现在我打开了我的 jupyter 笔记本,当我尝试导入模块时找不到它。
import chartify
我希望模块被导入,但我得到以下
--------ModuleNotFoundError Traceback (most recent call last)
<ipython-input-32-e4ea3e2db907> in <module>()
----> 1 import chartify
ModuleNotFoundError: No module named 'chartify'