在IPython Notebook中自动内联运行%matplotlib

%matplotlib将返回后端值。

%matplotlib auto将通过Ipython shell返回后端的名称。

示例

In [1]: %matplotlib auto
输出结果
Using matplotlib backend: GTK3Agg