Python and Math

Frank Millman frank at chagford.com
Thu May 22 05:04:17 EDT 2014


<chris.barker at noaa.gov> wrote in message 
news:281f5806-8793-4fd2-877c-214927ddaf10 at 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






More information about the Python-list mailing list