Skip to content

Cant connect to kernel after running jupterlab(detach=true)

Open

Description

  1. The output of versioninfo()
    Using julia 1.9.2
    MacOS Operation System

  2. How you installed Julia

IN JUPYTER LAB TERMINAL I RUN THE FOLLOWING

Source activate

conda create --yes -n julia

conda activate julia

conda install --yes -c conda-forge Julia=1.9.2

julia

using Pkg

Pkg.add("IJulia")

I GET SEVERAL ERRORS AT THIS POINT ABOUT and i fix them by changing.

ENV["LD_LIBRARY_PATH"] = "~/anaconda3/envs/julia_env/lib"

Copying the following files to a new location...
cert.pem
cacert.pem
ct_log_list.cnf
ct_log_list.cnf.dist
misc
openssl.cnf
openssl.cnf.dist

Then i run in the terminal

using IJulia

jupyterlab(detached=true)

At this point everything seems to work, but when i go to jupyter labs and open Julia 1.9.2 it cannot connect to the kernel. If I do Julia version 1.0.3 I can tho!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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