📚 The CoCalc Library - books, templates and other resources
1result = x[:, ::2, ::2] 2da.to_hdf5(os.path.join('data', 'myfile.hdf5'), '/output', result) 3