From a1093d5ee5e64f6ac7465611294932169b054ff6 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Mon, 23 Feb 2026 19:40:14 +1100 Subject: [PATCH] Add news post: Julia lectures now available on Google Colab --- _posts/2026-02-23-julia-lectures-colab-support.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2026-02-23-julia-lectures-colab-support.md diff --git a/_posts/2026-02-23-julia-lectures-colab-support.md b/_posts/2026-02-23-julia-lectures-colab-support.md new file mode 100644 index 0000000..4fe21ec --- /dev/null +++ b/_posts/2026-02-23-julia-lectures-colab-support.md @@ -0,0 +1,11 @@ +--- +layout: post +title: "Julia Lectures Now Available on Google Colab" +author: QuantEcon +excerpt: The Julia lecture series now supports Google Colab, allowing you to run Julia notebooks directly in the browser with no local setup required. +tag: [lectures] +--- + +The [Quantitative Economics with Julia](https://julia.quantecon.org/) lecture series now supports running notebooks on **Google Colab**. + +Instructions for getting started are available in the [Running on Google Colab](https://julia.quantecon.org/getting_started_julia/getting_started.html#running-on-google-colab) section of the Getting Started lecture.