Participate in Pycharm IPython console

I use spyder and pycharm to encode python. When I draw something with matplotlib in spyder, it shows the inline result in IPython. With Pycharm IPython charts in a new sub window. I am working on Windows7 and with Anaconda Python2.7.

Is it possible to build in Pycharm inside an IPython shell?

+4
source share
2 answers

Not inside the shell; however, for this purpose you can use the iPython laptop in PyCharm (2016+). PyCharm supports iPython graphics if they are defined in the format .ipynb(iPython / Jupyter file format) script.

Here is an example: Open or create (as shown) a .ipynbscript:

enter image description here

, .ipynb PyCharm 2016 . %matplotlib inline, matplotlib.pyplot .

enter image description here

+3

PyCharm 2019. 1+

PyCharm Jupyter PyCharm. Jupyter , .

.

enter image description here

:

enter image description here

, .

enter image description here

0

All Articles