Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71874

Re: Python and Math

Newsgroups comp.lang.python
Date 2014-05-21 23:52 -0700
References (9 earlier) <mailman.10150.1400580836.18130.python-list@python.org> <3f92f709-3c00-46d7-88ef-23ef5d0e6d8a@googlegroups.com> <537B42BC.3030508@timgolden.me.uk> <mailman.10152.1400590338.18130.python-list@python.org> <281f5806-8793-4fd2-877c-214927ddaf10@googlegroups.com>
Message-ID <22d3270d-6138-4987-b05f-0fdb331da9e2@googlegroups.com> (permalink)
Subject Re: Python and Math
From wxjmfauth@gmail.com

Show all headers | View raw


Le jeudi 22 mai 2014 01:14:29 UTC+2, chris....@noaa.gov a écrit :
> On Tuesday, May 20, 2014 5:51:27 AM UTC-7, Frank Millman wrote:
> 
> 
> 
> > I used it to install IPython, with the following results.
> 
> > 
> 
> > First I ran 'pip install ipython', which worked.
> 
> > 
> 
> > Then I read the IPython docs, which gave the following command to install 
> 
> > 
> 
> > Notebook -
> 
> > 
> 
> >     'pip install ipython[notebook]'
> 
> 
> 
> the reason for this is that the notebook has additional dependencies beyond what "plain" ipython requires. adding the [notebook] is supposed to bring those in, but apparetnly did not.
> 
> 
> 
> So this is either a bug, or maybe the problem is that you had already installed ipython, so when you did :
> 
>  'pip install ipython[notebook]'
> 
> 
> 
> 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.
> 
> 
> 
> But I"m glad the rest of the pip installs worked, that's pretty new actually!
> 
> 
> 
> Note that the "scipy stack" and particularly extra add-on stuff like 3-d visualization, etc, is very hard to build and install -- so a number of folks rely on "distributions" that give you all that in one pile:
> 
> 
> 
> Enthought Canopy 
> 
> Continuum Anaconda
> 
> 
> 
> are two such options.
> 
> 
> 
> Very odd that pip being hard to figure out might send someone to MS C#:
> 
> 
> 
> Is there really a point and clic, out of the box high level interactive computational environment that MS delivers for C#  ;-)
> 
> 
> 
> Not that we don't need the installation of packages made even easier, but really!
> 


=========
=========

Hi Chris, do you remember me? Look at the adress wxjm...

I wanted to test wxPhoenix. Unable to install it, whl...?

If you do not need tester(s) (and a little bit more) put it
it clearly in the wxPython front page.

I just type

"wx python wxphoenix download" in google.

Results, first entry:

Can someone tell me how to download wxPython Phoenix ...

jmf

PS The latest version of wxPython I tested fails due to
the coding of characters, you should not be suprised,
and you probably remember how many times I tried to
explain it.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-17 23:13 -0400
  Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-17 20:26 -0700
    Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 01:04 -0400
  Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-18 13:33 +1000
  Re: Python and Math Gary Herron <gary.herron@islandtraining.com> - 2014-05-17 21:12 -0700
  Re: Python and Math Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-05-18 04:51 +0000
    Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 01:33 -0400
    Re: Python and Math Roy Smith <roy@panix.com> - 2014-05-18 09:25 -0400
      Re: Python and Math Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-18 15:05 +0100
  Re: Python and Math Wolfgang Keller <feliphil@gmx.net> - 2014-05-18 15:59 +0200
  Re: Python and Math Grant Edwards <invalid@invalid.invalid> - 2014-05-18 15:40 +0000
    Re: Python and Math "Bill Cunningham" <nospam@nspam.invalid> - 2014-05-18 14:09 -0400
      Re: Python and Math Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-05-20 20:40 -0400
      Re: Python and Math Tony the Tiger <tony@tiger.invalid> - 2014-05-21 00:59 +0000
        Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-21 10:32 +0100
      Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-21 10:34 +0100
    Re: Python and Math Robert Kern <robert.kern@gmail.com> - 2014-05-18 19:42 +0100
      Re: Python and Math Fabien <fabien.maussion@gmail.com> - 2014-05-19 12:15 +0200
        Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-19 11:30 +0100
        Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 05:46 -0700
          Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-19 23:09 +1000
            Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 06:15 -0700
              Re: Python and Math Chris Angelico <rosuav@gmail.com> - 2014-05-19 23:24 +1000
              Re: Python and Math Gene Heskett <gheskett@wdtv.com> - 2014-05-19 10:22 -0400
        Re: Python and Math wxjmfauth@gmail.com - 2014-05-19 07:56 -0700
          Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-19 09:09 -0700
            Re: Python and Math wxjmfauth@gmail.com - 2014-05-19 12:07 -0700
              Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-19 20:18 +0100
                Re: Python and Math wxjmfauth@gmail.com - 2014-05-20 02:19 -0700
                Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-20 11:13 +0100
                Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 04:20 -0700
                Re: Python and Math Tim Golden <mail@timgolden.me.uk> - 2014-05-20 12:55 +0100
                Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 07:14 -0700
                Re: Python and Math "Frank Millman" <frank@chagford.com> - 2014-05-20 14:51 +0200
                Re: Python and Math chris.barker@noaa.gov - 2014-05-21 16:14 -0700
                Re: Python and Math wxjmfauth@gmail.com - 2014-05-21 23:52 -0700
                Re: Python and Math "Frank Millman" <frank@chagford.com> - 2014-05-22 11:04 +0200
                Re: Python and Math wxjmfauth@gmail.com - 2014-05-20 06:42 -0700
                Re: Python and Math Rustom Mody <rustompmody@gmail.com> - 2014-05-20 07:23 -0700
              Re: Python and Math Cameron Simpson <cs@zip.com.au> - 2014-05-20 09:03 +1000

csiph-web