Where can I find listings of FileIO examples?
How to install the jdl2 package?
using Pkg
Pkg.add(“JLD2”)
What is the error message?
I mean, you either go into the package manager pressing ] and then type
add JLD2
or, at the Julia prompt, type:
using Pkg
Pkg.add("JLD2")
Does this work for you? If not, what is the error message?
add JLD2
perfect