标签: matplotlib jupyter-notebook jupyter
matplotlib数据显示在Ipython3(v 6.0.0)中很好,但不会出现在qtconsole 4.3.0,python 3.4.6或笔记本中。例如,plt.plot(range(7))没有出现 并且plt.show()没有帮助
plt.plot(range(7))
plt.show()
但是,如果我%matplotlib inline,那么我会在笔记本和qtconsole中获得这些情节。
%matplotlib inline
单独的数字窗口曾经为我工作,我无法理解。 感谢,