Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Server:jupyterhub.geo.utexas.edu thunderhead-3.geo.utexas.edu

Location: /home/jupyterhub/


Basic Install:

UTdirect Integration:

Julia Integration:

export JUP=/home/jupyterhub/
#INSTALL JULIA
cd $JUP;wget https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.2-linux-x86_64.tar.gz;tar -xvf *.tar.gz;rm *.tar.gz

#For each REPO set the path and then install the packages
export JULIA_DEPOT_PATH=$JUP/julia_pkgs/data_analysis-192
$JUP/julia-1.9.2/bin/julia -e 'using Pkg;Pkg.add("DataFrames");Pkg.add("Plots");Pkg.add("DelimitedFiles");Pkg.add("NCDatasets");Pkg.add("HTTP")'
$JUP/julia-1.9.2/bin/julia -e 'using Pkg;Pkg.add("IJulia");'
#edit kernel  vi /root/.local/share/jupyter/kernels/julia-mp-1.9/kernel.json
#display_name
#location
#ENV variable    "env": {"JULIA_DEPOT_PATH":"/home/jupyterhub/julia_pkgs/data_analysis-192", "JULIA_NUM_THREADS": "4"},
#Copy Kernels from  /root/.local/share/jupyter/kernels/XXXX to /home/jupyterhub/miniconda3/envs/hub/share/jupyter/kernels/XXXX and rename as needed
#edit the JSON file





  • No labels