jupyter notebook error ImportError: No module named matplotlib solution

Solution:

Open Anaconda Prompt list conda environment:

conda info --envs

The results show that:

 
 

Activation tensorflow

activate tensorflow

Finally pip matplotlib mounting modules (Note: This step is carried out in the command line window):

pip install matplotlib

After the installation can be solved!

 

Published 39 original articles · won praise 8 · views 9174

Guess you like

Origin blog.csdn.net/cxd3341/article/details/103787598