无法让matplotlib图形显示为内联

时间:2017-04-09 21:44:07

标签: python jupyter-notebook

我想在Ubuntu 16.10中使用Jupyter自动加载命令行:

%matplotlib inline

import matplotlib
import numpy as np
import matplotlib.pyplot as plt

使用Ubuntu,我们通常可以使用配置文件.vimrc.bashrc等来自动化某些命令行。我知道我们可以使用jupyter_notebook_config.py创建配置文件jupyter notebook --generate-config。我们如何在.py文件中的python中实现它?

谢谢!

1 个答案:

答案 0 :(得分:0)

您不能在常规终端中内嵌图形,因为常规终端没有图形功能。但是,如果您愿意使用替代控制台,Jupyter Qtconsole可能适合您。

编辑:好的,我看了一下你需要查看this,特别是关于在启动时运行文件/代码行的部分。 (例如c.InteractiveShellApp.exec_linesc.InteractiveShellApp.exec_files