【发布时间】:2015-05-11 22:16:48
【问题描述】:
我正在使用 IPython 3 / Jupyter,我想默认使用 %matplotlib 选项。
在 IPython 2 中,我在 ~/.ipython/profile_default/ipython_notebook_config.py 上有下一个选项
c.InteractiveShellApp.matplotlib = 'inline'
但在 IPython 3 中,此选项不再可用。
我用来设置图表外观的设置c.InlineBackend.rc也消失了。
现在如何设置这些选项?
【问题讨论】:
标签: python matplotlib ipython ipython-notebook