You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JLD2.jl, MAT.jl, HDF5.jl, and maybe others could benefit from being composed with REPLTreeViews.jl. how hard would it be to add support for say fid=h5open(...); @iview fid. i could help with this if you gave me a tip on where to start.
The text was updated successfully, but these errors were encountered:
It looks like for HDF5.jl, getting the names printed out in a tree is relatively easy (assuming the functions in JuliaIO/HDF5.jl#725), but with only a couple minutes' reading of code here I don't see how to print the data contents (since HDF5 Datasets are also nodes for any attached attributes):
JLD2.jl, MAT.jl, HDF5.jl, and maybe others could benefit from being composed with REPLTreeViews.jl. how hard would it be to add support for say
fid=h5open(...); @iview fid
. i could help with this if you gave me a tip on where to start.The text was updated successfully, but these errors were encountered: