Error opening file in H5PY (File signature not found)

前端 未结 4 1809
花落未央
花落未央 2020-12-17 08:47

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         


        
4条回答
  •  醉话见心
    2020-12-17 09:27

    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.

提交回复
热议问题