IPython3自动配置%matplotlib内联

Mar*_*cia 4 python matplotlib ipython ipython-notebook

我正在使用IPython 3/Jupyter,我想默认使用%matplotlib选项.

在IPython 2中,我在〜/ .ipython/profile_default/ipython_notebook_config.py上有下一个选项

c.InteractiveShellApp.matplotlib = 'inline'
Run Code Online (Sandbox Code Playgroud)

但是在IPython 3中,此选项不再可用.

它也消失了设置c.InlineBackend.rc,我用它来设置图表的外观.

现在如何设置这些选项?

Mat*_*att 7

使用选项 ~/.ipython/profile_default/ipython_kernel_config.py