Anaconda Navigator (Anaconda3) is installed
The installation recommends not checking the option to add the software to the Windows Path!
I had problems with the SymPy package; and when performing these steps it was resolved:
Julia> ENV [“PYTHON”] = “C: /Users/hermesr/Anaconda3/pythonw.exe”
“C: /Users/hermesr/Anaconda3/pythonw.exe”
(@ v1.5) pkg> build PyCall
using SymPy
But by doing the same for IJulia we do not get the desired results:
ENV [“JUPYTER”] = “C: /Users/hermesr/Anaconda3/Scripts/jupyter.exe”
I am not sure I can contribute more, but I noticed that IJulia’s documentation says that you can test your installation by doing run($(ENV[“JUPYTER”]) --version) from Julia.
run(`$(ENV["JUPYTER"]) --version`)
ERROR: KeyError: key "JUPYTER" not found
Stacktrace:
[1] (::Base.var"#477#478")(::String) at .\env.jl:79
[2] access_env(::Base.var"#477#478", ::String) at .\env.jl:14
[3] getindex(::Base.EnvDict, ::String) at .\env.jl:79
[4] top-level scope at REPL[36]:1
However, IJulia is already running on the Work PC:
Take the folder of the installation in the Home PC, put it in the package folder of the installation at work and perform the following steps: