-
-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Description
I download Jupyter from Anaconda. I set one environment variable PYTHONHOME = "C:\Users\lzhang\AppData\Local\Continuum\Anaconda3"
I then open up a Julia terminal and type the following
Pkg.update()
Pkg.add("IJulia")
I then start the Jupyter notebook application to go to Julia 0.5.0, but my screen shows "Kernel error". I then googled, and was told I need to run
Pkg.build("IJulia")
But when I run this in a Julia terminal, the error says:
Set ' ENV["JUPYTER"]="/path/to/jupyter" and rerun Pkg.build("IJulia") '
My question is: how to set JUPYTER environment variable? How to find the directory of JUPYTER? Thank you.
Metadata
Metadata
Assignees
Labels
No labels