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

Version 1 Next »


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

Location: /home/jupyterhub/


Basic Install:

UTdirect Integration:

Julia Integration:

  1.  wget https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.2-linux-x86_64.tar.gz
  2.  Copy Julia to /home/jupyerhub/julia-1.9.2
  3. export JULIA_PKGDIR=/home/jupyterhub/julia-1.9.2.pkgs
  4.  export JULIA_HOME=/home/jupyterhub/julia-1.9.2/bin
  5. export JULIA_DEPOT_PATH=/home/jupyterhub/depot192
  6. DO STUFF IN JULIA
  7. cp -r /.local/share/jupyter/kernels/julia-1.9 /home/jupyterhub/anaconda3/share/jupyter/kernels/
  8. Edit Kernel
  9.  JULIA_DEPOT_PATH=/home/jupyterhub/depot192  /home/jupyterhub/julia-1.9.2/bin/julia -e 'using Pkg;Pkg.add("DataFrames");Pkg.add("Plots");Pkg.aadd("DeliminatedFiles")'


  • No labels