Pycharm控制台内的内联matplotlib图

时间:2016-03-15 13:11:18

标签: python python-2.7 matplotlib pycharm jupyter

我想在Pycharm的Python控制台中创建inline matplotlib图。 为此,我尝试加载Jupyter Console而不是Standard Python console。我尝试添加一些interpreters options,但显然没有发生任何变化。

你知道实现它的方法吗?

Pycharm标准控制台:

Python 2.7.11 |Anaconda 2.5.0 (64-bit)| (default, Jan 29 2016, 14:26:21)     [MSC v.1500 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.

IPython 4.0.3 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.
PyDev console: using IPython 4.0.3

Jupyter控制台: [命令:ipython qtconsole]

Jupyter QtConsole 4.1.1
Python 2.7.11 |Anaconda 2.5.0 (64-bit)| (default, Jan 29 2016, 14:26:21) [MSC v.1500 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.

IPython 4.0.3 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.
%guiref   -> A brief reference about the graphical user interface.

0 个答案:

没有答案