Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132922 views
License: OTHER
1
result = x[:, ::2, ::2]
2
da.to_hdf5(os.path.join('data', 'myfile.hdf5'), '/output', result)
3