Skip to content

Instantly share code, notes, and snippets.

@yiyuezhuo
Created April 10, 2020 03:06
Show Gist options
  • Save yiyuezhuo/91ac12cf8caa28b2776f19a9fa58d031 to your computer and use it in GitHub Desktop.
Save yiyuezhuo/91ac12cf8caa28b2776f19a9fa58d031 to your computer and use it in GitHub Desktop.
Julia Colab Kernel
!curl -sSL "https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-1.4.0-linux-x86_64.tar.gz" -o julia.tar.gz
!tar -xzf julia.tar.gz -C /usr --strip-components 1
!rm -rf julia.tar.gz*
!julia -e 'using Pkg; pkg" up; add IJulia ; precompile"'
# refresh window to activate julia kernel
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment