I have googled all over, and don't see where to get pylab.
What am I missing?
Thanks!
I have googled all over, and don't see where to get pylab.
What am I missing?
Thanks!
I believe there are two "versions" of pylab floating around/being referred to.
The first is a part of matplotlib
-- you just install matplotlib and do either import pylab
or import matplotlib.pyplot as pyplot
. (More info on pylab vs pyplot).
The second is described here, and as far as I know, doesn't exist yet. The linked version is simply describing a hypothetical vision of what the existing version of pylab could be. It's also unfortunately the first result when you try googling "pylab", which I suspect is what caused your confusion.
Source: http://matplotlib.1069221.n5.nabble.com/pylab-td23420.html#a23423
You can get it as part of EPD's Canopy distribution.