jupyter notebook 报错 ImportError: No module named matplotlib的解决办法

解决办法:

打开Anaconda Prompt  列出conda环境:

conda info --envs

结果显示:


**tensorflow

activate tensorflow

最后用pip安装matplotlib模块(注意:该步骤是在命令行窗口进行的):

jupyter notebook 报错 ImportError: No module named matplotlib的解决办法

pip install matplotlib

安装完后即可解决!

 

相关文章: