当前位置:主页 > 软件编程 > Python代码 >

Jupyter中直接显示Matplotlib的图形方法

时间: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中添加上述代码.

如下图所示:

您可能感兴趣的文章:

相关文章