In article ,
Darren Dale wrote:
>
>About a year ago, I contributed a patch to h5py which checks to see if
>h5py is being imported into an active IPython session. If so, then a
>custom tab completer is loaded to make it easier to navigate hdf5
>files. In the development version of IPython, a funct
On Aug 24, 4:32 pm, Thomas Jollans wrote:
> On Tuesday 24 August 2010, it occurred to Darren Dale to exclaim:
>
>
>
>
>
> > On Aug 23, 9:58 am, Darren Dale wrote:
> > > The following script runs without problems on Ubuntu and Windows 7.
> > > h5py is a package wrapping the hdf5 library (http://co
On Aug 24, 4:32 pm, Thomas Jollans wrote:
> On Tuesday 24 August 2010, it occurred to Darren Dale to exclaim:
>
>
>
>
>
> > On Aug 23, 9:58 am, Darren Dale wrote:
> > > The following script runs without problems on Ubuntu and Windows 7.
> > > h5py is a package wrapping the hdf5 library (http://co
On Aug 24, 5:29 pm, Benjamin Kaplan wrote:
> On Tue, Aug 24, 2010 at 3:31 PM, Darren Dale wrote:
> > On Aug 23, 9:58 am, Darren Dale wrote:
> >> The following script runs without problems on Ubuntu and Windows 7.
> >> h5py is a package wrapping the hdf5 library (http://code.google.com/p/
> >> h5
On Tue, Aug 24, 2010 at 3:31 PM, Darren Dale wrote:
> On Aug 23, 9:58 am, Darren Dale wrote:
>> The following script runs without problems on Ubuntu and Windows 7.
>> h5py is a package wrapping the hdf5 library (http://code.google.com/p/
>> h5py/):
>>
>> from multiprocessing import Pool
>> import
On Tuesday 24 August 2010, it occurred to Darren Dale to exclaim:
> On Aug 23, 9:58 am, Darren Dale wrote:
> > The following script runs without problems on Ubuntu and Windows 7.
> > h5py is a package wrapping the hdf5 library (http://code.google.com/p/
> > h5py/):
> >
> > from multiprocessing im
On Aug 23, 9:58 am, Darren Dale wrote:
> The following script runs without problems on Ubuntu and Windows 7.
> h5py is a package wrapping the hdf5 library (http://code.google.com/p/
> h5py/):
>
> from multiprocessing import Pool
> import h5py
>
> def update(i):
> print i
>
> def f(i):
> "h
The following script runs without problems on Ubuntu and Windows 7.
h5py is a package wrapping the hdf5 library (http://code.google.com/p/
h5py/):
from multiprocessing import Pool
import h5py
def update(i):
print i
def f(i):
"hello foo"
return i*i
if __name__ == '__main__':
pool