You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
The output of
versioninfo()
Using julia 1.9.2
MacOS Operation System
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!
The text was updated successfully, but these errors were encountered: