In the IJulia
Notebook I'm trying to add the packages, but I'm getting the error:
NameError: name 'Pkg' is not defined
In the IJulia
Notebook I'm trying to add the packages, but I'm getting the error:
NameError: name 'Pkg' is not defined
For me I had a very similar error, and apparently you have to define Pkg if you're installing this for the first time. Just enter
using Pkg
It looks like in your case the issue was you were using python but this is a fix for another case where you get this exact same error.