JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.78k stars 409 forks source link

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

Open polkadottedwalrus opened 1 year ago

polkadottedwalrus commented 1 year ago
  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!