I installed the Anaconda package and then tried to install the IJulia package and I get:
As you can see Update didnt work either, which was the only possible instruction I could find upon a quick search...
Thanks.
I installed the Anaconda package and then tried to install the IJulia package and I get:
As you can see Update didnt work either, which was the only possible instruction I could find upon a quick search...
Thanks.
There seems to be something wrong in your Julia installation.
The easiest thing to do (although a bit drastic) is probably to delete the .julia
directory in your home directory and try again. The installed packages are stored in that directory, so deleting it will "reinitialise" the package manager.
Note also that it is no longer necessary to separately install Anaconda in order to use IJulia
-- if it does not find a Jupyter installation, it will install the required packages itself.