Skip to content

Do I need to set JUPYTER environment variable? #555

@LinZhang1004

Description

@LinZhang1004

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions