jupyter notebook import error: no module named 'matplotlib'

后端 未结 7 1740
小鲜肉
小鲜肉 2021-01-02 06:50

I\'m an ubuntu 16.4 user and I installed anaconda3 and using both python2 and python3 kernels.

>>>jupyter kernelspec list Available kernels: pyt

相关标签:
7条回答
  • 2021-01-02 07:43

    I got around it with typing the following command in the terminal:

    conda install matplotlib

    This will download the matplotlib package into your anaconda directory.

    0 讨论(0)
提交回复
热议问题