标签: python matplotlib import
我已经在虚拟环境中的python 3.7上成功安装了matplotlib:
activate virtenv
pip install matplotlib
当我在cmd中使用python shell时,import matplotlib效果很好。但是我无法将其导入jupyter notebook
cmd
import matplotlib
jupyter notebook
有人可以帮忙吗?