[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] strange behavior with org-babel python
From: |
Puneeth Chaganti |
Subject: |
Re: [O] strange behavior with org-babel python |
Date: |
Tue, 12 May 2015 08:50:09 +0530 |
On Tue, May 12, 2015 at 6:37 AM, Doyley, Marvin M.
<address@hidden> wrote:
> Hi there,
>
> If run the follow codes I get the following, could someone explain to me what
> is going wrong
[snip]
> PS in .emacs, I have (setq org-babel-python-command "ipython --no-banner
> --classic --no-confirm-exit")
To reliably paste code blocks into IPython, you will have to use
%cpaste magic command. See any of these links[1][2][3] for code you
can reuse.
[1] -
https://github.com/punchagan/dot-emacs/blob/master/punchagan.org#python-customizations
[2] - https://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg00405.html
[3] -
http://emacs.stackexchange.com/questions/3859/working-setup-for-ipython-in-babel
Hope that helps,
Puneeth