Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
polkadottedwalrus opened this issue Aug 4, 2023 · 0 comments
Open

Comments

@polkadottedwalrus
Copy link

  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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant