On 02/04/2014 02:54 AM, Roel De Coninck wrote:
Hi David,Yes, I'm on ubuntu. When I start IPython from bash, I get the following: Python 2.7.5+ (default, Sep 19 2013, 13:48:49) Type "copyright", "credits" or "license" for more information. IPython 0.13.2 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details. Welcome to pylab, a matplotlib-based Python environment [backend: TkAgg]. For more information, type 'help(pylab)'. In [1]: ... Somehow, the release of ipython 1.0 and 1.1 seem to have passed unnoticed... However, when I try to update with apt-get, there seems to be no update available. Here's more info: sudo apt-cache policy ipython ipython: Installed: 0.13.2-2 Candidate: 0.13.2-2 Version table: *** 0.13.2-2 0 500 http://be.archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages 100 /var/lib/dpkg/status Do I have to add a specific repository to my apt-get sources list?
Well there is this PPA: https://launchpad.net/~jtaylor/+archive/ipython or you could use pip to install from pypi.
Thanks, Roel
-- Adrian Klaver [email protected] -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
