Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'wrote': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'report?': 0.16; 'uninstall': 0.16; 'looked': 0.18; 'command': 0.22; 'install': 0.23; 'skip:n 60': 0.24; 'header:X-Complaints- To:1': 0.27; 'running': 0.33; 'received:co.za': 0.34; 'received:za': 0.34; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'frank': 0.68; 'received:41': 0.70; 'saw': 0.77 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Frank Millman" Subject: Re: Python and Math Date: Thu, 22 May 2014 11:04:17 +0200 References: <9c2aecd7-7c4a-4d6c-b8f3-418c0005d00a@googlegroups.com> <9d14f092-4e41-4d52-8502-32ab7cbfa3ae@googlegroups.com> <9609c0b2-653d-421f-a2be-946c6e4e31b6@googlegroups.com> <53be0d6b-25fb-4c46-8768-0287d8953abd@googlegroups.com> <3f92f709-3c00-46d7-88ef-23ef5d0e6d8a@googlegroups.com> <537B42BC.3030508@timgolden.me.uk> <281f5806-8793-4fd2-877c-214927ddaf10@googlegroups.com> X-Gmane-NNTP-Posting-Host: 41-135-99-38.dsl.mweb.co.za X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.3790.4657 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4913 X-RFC2646: Format=Flowed; Original X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400749471 news.xs4all.nl 2849 [2001:888:2000:d::a6]:33184 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71875 wrote in message news:281f5806-8793-4fd2-877c-214927ddaf10@googlegroups.com... > > pip looked and saw that you already had it, so did nothing -- what did it > report? In this caes: > > 'pip install -U ipython[notebook]' > > might have worked: -U means upgrade even if I already have it. > Indeed it did - thanks for the tip. I used pip to uninstall jinja2. Afterwards, running 'ipython notebook' predictably failed. Then I ran the above command to upgrade ipython notebook. It figured out that jinja2 was missing and re-installed it. Now it works again. Very smooth. Frank