Re: Issues with IPython and emacs (in ubuntu 14.04)
Andreas Röhler <[email protected]> Tue, 05 May 2015 07:51:54 +0200
| Newsgroups | gmane.comp.python.ipython.user |
|---|---|
| Message-ID | <[email protected]> |
Am 04.05.2015 um 23:48 schrieb Emanuele Olivetti: > On 05/04/2015 07:57 PM, Andreas Röhler wrote: >> Am 04.05.2015 um 19:30 schrieb Thomas Kluyver: >>> Emanuele Olivetti >> Hi Emanuele, >> >> just tried py-execute-statement-ipython --while plain Python is default-- >> works nice, see attachement. >> Please file a bug report at >> >> https://bugs.launchpad.net/python-mode >> >> Most usefully against the current trunk. > > Thank you for the py-execute-statement-ipython. > I am now filing a bug on python-mode on launchpad. > > Emanuele > _______________________________________________ > Thanks, see it. BTW python-mode.el is easy to extend even if a certain command doesn't exist yet. Based on py-execute-statement-ipython code, wrote this morning (defun py-execute-statement-ipython3 () "Send statement at point to IPython3 interpreter. " (interactive) (py--execute-prepare "statement" 'ipython3 nil nil)) Result attached. Will update python-mode.el, so IPython3 forms are supported right from the spot. _______________________________________________ IPython-User mailing list [email protected] http://mail.scipy.org/mailman/listinfo/ipython-user
ipython3.png
(image/png, 103.8 KB) - not displayed