当前位置:主页 > 软件编程 > Python代码 >
时间:2020-12-06 09:25:11 | 栏目:Python代码 | 点击:次
一.使用以下cmd命令生成ipython_config.py 文件
ipython profile create
二.在ipython_config.py中添加以下代码
c.InteractiveShellApp.matplotlib = 'inline'
注意不是在ipython_qtconsole_config.py中添加上述代码.
如下图所示: