From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Roche Newsgroups: gmane.comp.python.ipython.user,gmane.emacs.help Subject: Re: launch/run IPython in emacs buffer Date: Fri, 01 Oct 2010 19:33:25 -0400 Message-ID: <87mxqxpjy2.fsf@pobox.com> References: <87ocbf5rhg.fsf@pobox.com> <87340DF3-7703-46B1-AE86-9F4F05747520@exeter.ac.uk> Reply-To: help-gnu-emacs@gnu.org, ipython-user@scipy.org, Tom Roche NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1285976020 6081 80.91.229.12 (1 Oct 2010 23:33:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 23:33:40 +0000 (UTC) To: help-gnu-emacs@gnu.org, ipython-user@scipy.org, Original-X-From: ipython-user-bounces@scipy.org Sat Oct 02 01:33:39 2010 Return-path: Envelope-to: gcpiu-ipython-user@gmane.org Original-Received: from scipy.org ([216.62.213.231]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P1p6e-0003w3-Ir for gcpiu-ipython-user@gmane.org; Sat, 02 Oct 2010 01:33:37 +0200 Original-Received: from scipy.org (localhost.localdomain [127.0.0.1]) by scipy.org (Postfix) with ESMTP id BB65A6E018; Fri, 1 Oct 2010 18:33:34 -0500 (CDT) Original-Received: from sasl.smtp.pobox.com (b-pb-sasl-quonix.pobox.com [208.72.237.35]) by scipy.org (Postfix) with ESMTP id D52106E00A for ; Fri, 1 Oct 2010 18:33:33 -0500 (CDT) Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 51940CCD7C; Fri, 1 Oct 2010 19:33:32 -0400 (EDT) Original-Received: from b-pb-sasl-quonix. (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 3129DCCD7A; Fri, 1 Oct 2010 19:33:30 -0400 (EDT) Original-Received: from tlrPanP5.pobox.com (unknown [69.134.240.67]) by b-sasl-quonix.pobox.com (Postfix) with ESMTPA id F2FA3CCD75; Fri, 1 Oct 2010 19:33:26 -0400 (EDT) In-Reply-To: <87340DF3-7703-46B1-AE86-9F4F05747520@exeter.ac.uk> User-Agent: GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) X-Pobox-Relay-ID: 4C445C00-CDB4-11DF-897A-DDE5016DD5F0-07218935!b-pb-sasl-quonix.pobox.com X-BeenThere: ipython-user@scipy.org X-Mailman-Version: 2.1.8 Precedence: list List-Id: IPython User List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ipython-user-bounces@scipy.org Errors-To: ipython-user-bounces@scipy.org Xref: news.gmane.org gmane.comp.python.ipython.user:5320 gmane.emacs.help:75063 Archived-At: Tom Roche Thu, Sep 30, 2010 at 8:46 AM >> * I'd like also to be able to open an IPython buffer from anywhere >> (in emacs) Richard Everson Thu, 30 Sep 2010 21:06:16 +0100 > M-x py-shell > will get you a new (I)Python shell. Richard: exactly what I wanted. Pythoneers: IMHO this would be good to add to the docs, e.g. http://ipython.scipy.org/doc/stable/html/config/initial_config.html - This should give you full support for executing code snippets via - IPython, opening IPython as your Python shell via C-c !, etc. + This should give you full support for executing code snippets via + IPython, opening IPython as your Python shell via C-c ! (from a + python-mode buffer) or M-x py-shell (from any buffer), etc. YMMV, Tom Roche