jupyter notebook import error: no module named 'matplotlib'

后端 未结 7 1798
小鲜肉
小鲜肉 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:24

    When using python3 version of jupyter (pip3 install jupyter), matplotlib has to be installed using pip3: pip3 install matplotlib

提交回复
热议问题