From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lawrence Bottorff Subject: ipython not working in org mode Date: Wed, 29 Jun 2016 10:58:46 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d2b78935d5305366bfdf4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIGx1-0001CI-Fh for emacs-orgmode@gnu.org; Wed, 29 Jun 2016 10:58:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIGwz-0006u6-Au for emacs-orgmode@gnu.org; Wed, 29 Jun 2016 10:58:50 -0400 Received: from mail-ob0-x22c.google.com ([2607:f8b0:4003:c01::22c]:34665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIGwz-0006tw-4S for emacs-orgmode@gnu.org; Wed, 29 Jun 2016 10:58:49 -0400 Received: by mail-ob0-x22c.google.com with SMTP id ru5so28998398obc.1 for ; Wed, 29 Jun 2016 07:58:48 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode Mailinglist --001a113d2b78935d5305366bfdf4 Content-Type: text/plain; charset=UTF-8 I've followed everything here (https://github.com/gregsexton/ob-ipython) in order to set up ipython in org mode. But I keep getting the error: ...executing Ipython code block... apply: Searching for program: no such file or directory, ipython when I try the sample code block #+BEGIN_SRC ipython :session myip %matplotlib inline import matplotlib.pyplot as plt import numpy as np #+END_SRC Other samples don't work either. I've gotten ipython from Enthought, which should have all the necessities. Starting ipython from my (Ubuntu) terminal brings up: Python 2.7.11 | 64-bit | (default, Jun 11 2016, 10:32:30) Type "copyright", "credits" or "license" for more information. IPython 4.1.2 -- An enhanced Interactive Python. ... as it is on my path. I even installed exec-path-from-shell to make sure Emacs would see my path. Not sure how to proceed. LB --001a113d2b78935d5305366bfdf4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I've followed everything here (https://github.com/gregsexton/ob-ipython= ) in order to set up ipython in org mode. But I keep getting the error:=

...executing Ipython code block...
appl= y: Searching for program: no such file or directory, ipython

=
when I try the sample code block

#+BEGI= N_SRC ipython :session myip
=C2=A0 %matplotlib inline
= =C2=A0 import matplotlib.pyplot as plt
=C2=A0 import numpy as np<= /div>
#+END_SRC

Other samples don't work e= ither. I've gotten ipython from Enthought, which should have all the ne= cessities. Starting ipython from my (Ubuntu) terminal brings up:
=
Python 2.7.11 | 64-bit | (default, Jun 11 2016, 10:32:30)=C2= =A0
Type "copyright", "credits" or "lice= nse" for more information.
IPython 4.1.2 -- An enhanced Inte= ractive Python.
...
as it is on my path. I even install= ed exec-path-from-shell to make sure Emacs would see my path. Not sure how = to proceed.

LB
--001a113d2b78935d5305366bfdf4--