Rare find

Julia Notebooks. Learn Julia programming through interactive notebooks designed for Python programmers.

github.com/ageron/julia_notebooks

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2025
  • Clarify that Julia_Colab_Notebook_Template.ipynb is no longer needed
  • Update now that Colab supports Julia out of the box
February 2023
  • Remove LD_PRELOAD= since Colab is now fixed, issue #4 can now be closed
  • Unset LD_PRELOAD when running julia to work around issue #4 until Col…
November 2022
  • Fix GPU test on CPU runtimes
  • Default to CPU runtime with just BenchmarkTools
October 2022
  • Update to Julia 1.8.2 and stop using COLAB_GPU environment variable
  • Update to Julia 1.8.2
  • Upgrade to 1.8.2 and fix install bug
January 2022
  • Update to Julia 1.7.1
  • Remove 'Copy of' from the the notebook's title
  • Update to Julia 1.7.1
March 2021
  • Upgrade to 1.6.0, update the outputs
  • Replace CuArrays with CUDA
  • Upgrade to 1.6.0, pipe outputs to /dev/null, clear cell outputs
  • Upgrade to Julia 1.6.0
July 2020
  • Avoid foo function name conflict, fixes #2
  • Fix warnings - update GPU figures
  • Add GPU section (including writing your own GPU kernel)
June 2020
  • Merge branch 'master' of github.com:ageron/julia_notebooks