226226
227227 <!-- Last modified / Changelog dropdown -->
228228 < button class ="qe-page__header-changed " id ="changelog-toggle " aria-expanded ="false ">
229- Last changed: Nov 30, 2025
229+ Last changed: Jan 13, 2026
230230 < span class ="changelog-icon "> ▼</ span >
231231 </ button >
232232
235235 < h4 > Changelog (< a href ="https://github.com/QuantEcon/lecture-python-programming.myst/commits/main/lectures/_admonition/gpu.md "> full history</ a > )</ h4 >
236236 < ul class ="changelog-list ">
237237
238+ < li class ="changelog-entry ">
239+
240+ < a href ="https://github.com/QuantEcon/lecture-python-programming.myst/commit/3e4f703 " class ="changelog-hash "> 3e4f703</ a >
241+
242+ < span class ="changelog-author "> Matt McKay</ span >
243+ < span class ="changelog-time "> 1 day ago</ span >
244+ < span class ="changelog-message "> Update GPU admonition to clarify lectures run on CPUs (#465)</ span >
245+ </ li >
246+
238247 < li class ="changelog-entry ">
239248
240249 < a href ="https://github.com/QuantEcon/lecture-python-programming.myst/commit/158090f " class ="changelog-hash "> 158090f</ a >
241250
242251 < span class ="changelog-author "> Matt McKay</ span >
243- < span class ="changelog-time "> 3 weeks ago</ span >
252+ < span class ="changelog-time "> 1 month ago</ span >
244253 < span class ="changelog-message "> Update GPU admonition to match jstac's text (#448)</ span >
245254 </ li >
246255
@@ -249,7 +258,7 @@ <h4>Changelog (<a href="https://github.com/QuantEcon/lecture-python-programming.
249258 < a href ="https://github.com/QuantEcon/lecture-python-programming.myst/commit/c4c03c8 " class ="changelog-hash "> c4c03c8</ a >
250259
251260 < span class ="changelog-author "> Matt McKay</ span >
252- < span class ="changelog-time "> 3 weeks ago</ span >
261+ < span class ="changelog-time "> 1 month ago</ span >
253262 < span class ="changelog-message "> Add centralized GPU admonition for JAX lectures (#447)</ span >
254263 </ li >
255264
@@ -267,7 +276,7 @@ <h4>Changelog (<a href="https://github.com/QuantEcon/lecture-python-programming.
267276
268277 < div class ="warning admonition ">
269278< p class ="admonition-title "> GPU</ p >
270- < p > This lecture was built using a machine with access to a GPU.</ p >
279+ < p > This lecture was built using a machine with access to a GPU — although it will also run without one .</ p >
271280< p > < a class ="reference external " href ="https://colab.research.google.com/ "> Google Colab</ a > has a free tier with GPUs
272281that you can access as follows:</ p >
273282< ol class ="arabic simple ">
0 commit comments