Last time I checked, you need the version of Interact.jl from master, not the latest tagged version. You get this by
Pkg.checkout("Interact")
(after having already done Pkg.add("Interact")
)
David
Last time I checked, you need the version of Interact.jl from master, not the latest tagged version. You get this by
Pkg.checkout("Interact")
(after having already done Pkg.add("Interact")
)
David