I took the following steps to install IJulia and it works both on Julia 0.7 and 1.0 version on Win10. I am using normal installation of Python (not Conda).
- ENV[“PYTHON”] = specify path to ptyhon.exe
- ENV[“JUPYTER”] = specify path to jupyter.exe
- using Pkg;Pkg.add(“IJulia”);Pkg.build(“IJulia”)
- using IJulia
Hope it helps.