I\'ve been using the following bit of code to open some HDF5 files, produced in MATLAB, in python using H5PY:
import h5py as h5 data=\'dataset.mat\' f=h5.Fil
In case anyone is having this problem in Jupyter you should simply click on the checkbox of the file and click on the download button. this solution which I get from here helped me, hope it will help you guys.