[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] strange behavior with org-babel python
From: |
Doyley, Marvin M. |
Subject: |
Re: [O] strange behavior with org-babel python |
Date: |
Tue, 12 May 2015 09:10:54 +0000 |
Thanks, this works when I use :session,
but I don’t get any results when I am not running a session.
Doy you know why this is the case?
Cheers,
M
On May 11, 2015, at 11:20 PM, Puneeth Chaganti <address@hidden> wrote:
> 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