一.使用以下cmd命令生成ipython_config.py 文件
1
|
ipython profile create
|
二.在ipython_config.py中添加以下代码
1
|
c.interactiveshellapp.matplotlib = 'inline'
|
注意不是在ipython_qtconsole_config.py中添加上述代码.
如下图所示:
以上这篇jupyter中直接显示matplotlib的图形方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持服务器之家。
原文链接:https://blog.csdn.net/rumswell/article/details/53795401