I’m trying to use code from a (frequently updated) git repository in a Jupyter notebook with Julia 1.3. What’s the best way to do it. Is it still as described here?
I just cleared my package cache for the package I’m using (UAI) and now I have this error
# Julia code inside jupyter notebook with IJulia 1.3 as kernel
import Pkg
Pkg.add("Primes")
Pkg.add("IterTools")
Pkg.add(Pkg.PackageSpec(url="https://github.com/KULeuven-MAI/UAI.jl"))
using UAI```
`path <path>/.julia/packages/UAI/zyedr for package UAI no longer exists. Remove the package or `develop` it at a new path`