欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

AttributeError: module ‘matplotlib‘ has no attribute ‘interactive‘

程序员文章站 2022-03-18 20:40:42
...

import cvxopt 时
安装
conda install -c conda-forge cvxopt
成功之后如果不行,需要卸载numpy 重新安装numpy
之后会发现

%matplotlib inline
import matplotlib.pyplot as plt

When using %matplotlib inline in Jupyter notebook I’m getting error:

AttributeError: module ‘matplotlib’ has no attribute ‘interactive’

需要将numpy scipy matplotlib scikit-learn 全部卸载,按照这个顺序重新安装一遍