标签: python matplotlib jupyter-notebook jupyter
pip install matplotlib
我已经在新环境中的Jupyter笔记本中安装了matplotlib,但是无论何时我在写
import matplotlib
它正在产生错误 ImportError:DLL加载失败:找不到指定的模块。
答案 0 :(得分:0)
如果您使用的是虚拟环境
pipenv install <module name>