In Windows 10, I have done the following steps:
1º Install Julia.
2º In Julia shell:
Pkg.add("Ijulia")
INFO: Package IJulia is already installed
3º Launch the jupyter notebook from the Anaconda Prompt:
jupyter notebook
Then, the jupyter notebook is launched, however the Julia notebook option does not appear. Any idea about what is happening??
Thank-you.