[IPython-dev] pycharm now supports ipython 0.11

Satrajit Ghosh satra at mit.edu
Sat Dec 24 12:12:46 EST 2011


>
> Great!  Do you know if it works with current master as well?  And what
>  specific ipython support does it provide?
>

it looks like they included 0.11 and probably in the terminal mode (not the
two process kernel mode - anyway to quickly test?)

cheers,

satra

here are some outputs

---
/software/virtualenvs.EPD/7.1/devpype/bin/python -u
/Applications/PyCharm.app/helpers/pydev/pydevconsole.py 49830 49831
PyDev console: using IPython 0.11
import sys; print('Python %s on %s' % (sys.version, sys.platform))
Python 2.7.2 |CUSTOM| (default, Jul  3 2011, 15:56:02)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
sys.path.extend(['/Applications/PyCharm.app/helpers',
'/software/nipy-repo/scikit-learn'])
>>> %magic

IPython's 'magic' functions
===========================
---

another place:
---
>>> a = dict(foo=1, goo=2)
>>> a.keys()
Out[1]: ['goo', 'foo']
>>> _1
Out[1]: ['goo', 'foo']
---
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20111224/35078d78/attachment.html>


More information about the IPython-dev mailing list