Description
openedon Jul 1, 2018
I'm new to Julia and IJulia. I have Julia-0.7 running on my mac terminal mode. I then used the Anaconda for Mac to install Python and several different environments, including "jupyter". I then ran the "Julia" command "Pkg.add("IJulia"). Please see the attached screenshots to see what happened in detail. Basically, the "Pkg.add("IJulia") command produced some warnings that I could determine if the script was able to correct or not.
So I tried to use IJulia to see if the I can use it. I get the message "Package IJULIA not found in current path: - Run Pkg.add("IJULIA")
to install the IJULIA package."
So I run "Pkg.add("IJulia") again. Something different results with now warnings that I can see. Then I try running "using IJulia" again. Also with a different result.
This time it says to run the "Pkg.build("IJulia"). So I did and It gave me errors and warnings.
What do I do now? Please help me!!