Ale*_*der 7 matplotlib qtconsole jupyter
有没有办法更改配置文件以使jupyter qtconsole在启动时运行以下命令?:
%matplotlib inline
Run Code Online (Sandbox Code Playgroud)
scr*_*ver 10
该行添加到ipython_config.py文件(没有的ipython_qtconsole_config.py文件):
c.InteractiveShellApp.matplotlib = 'inline'
Run Code Online (Sandbox Code Playgroud)