Skip to content

Commit 54cc966

Browse files
committed
deploy: 8df0d0e
1 parent 19ae760 commit 54cc966

82 files changed

Lines changed: 4008 additions & 3644 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 57d298bffe94eddeead2dae3d884f4bc
3+
config: 5e652dc56c0ce728e398d92e1ae5e349
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_admonition/gpu.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
7878

7979
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
80-
<link rel="stylesheet" href="../_static/styles/quantecon-book-theme.css?digest=ca16d73eb23eeca4aff446ccb0673818c18f9cfc" type="text/css" />
80+
<link rel="stylesheet" href="../_static/styles/quantecon-book-theme.css?digest=b64b8e0eefe2e4a15043a771a993bad53e77d658" type="text/css" />
8181
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=9c3e77be" />
8282
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
8383
<link rel="stylesheet" type="text/css" href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css?v=6644e6bb" />
@@ -154,6 +154,17 @@
154154
</head>
155155
<body>
156156

157+
<!-- Prevent flash of light theme when dark mode is saved -->
158+
<script>
159+
(function() {
160+
try {
161+
if (localStorage.setContrast === '1') {
162+
document.body.classList.add('dark-theme');
163+
}
164+
} catch(e) {}
165+
})();
166+
</script>
167+
157168
<!-- Override QuantEcon theme colors -->
158169

159170
<!-- Color scheme: applies scheme-specific body class -->
@@ -173,7 +184,7 @@
173184

174185

175186

176-
<div class="inner">
187+
<div class="inner sticky" data-autoexpand="true">
177188

178189

179190
<div class="qe-page__toc-header">
@@ -204,13 +215,15 @@
204215

205216

206217

207-
<p><a href="#top"><strong>Back to top</strong></a></p>
218+
208219

209220
</div>
210221

211222
</div>
212223

213224

225+
<a href="#top" class="back-to-top-btn" title="Back to top">↑ Top</a>
226+
214227

215228
</div>
216229

_notebooks/about_py.ipynb

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "454c273f",
5+
"id": "83509427",
66
"metadata": {},
77
"source": [
88
"\n",
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"cell_type": "markdown",
22-
"id": "7a6a9fc8",
22+
"id": "94eb5a8b",
2323
"metadata": {},
2424
"source": [
2525
"# About These Lectures\n",
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"cell_type": "markdown",
34-
"id": "4d8fc6c4",
34+
"id": "4db57707",
3535
"metadata": {},
3636
"source": [
3737
"## Overview\n",
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "markdown",
58-
"id": "ce46aa82",
58+
"id": "abdd09c7",
5959
"metadata": {},
6060
"source": [
6161
"### Can’t I Just Use LLMs?\n",
@@ -79,7 +79,7 @@
7979
},
8080
{
8181
"cell_type": "markdown",
82-
"id": "e461a7b9",
82+
"id": "ddbacb72",
8383
"metadata": {},
8484
"source": [
8585
"### Isn’t MATLAB Better?\n",
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"cell_type": "markdown",
105-
"id": "66346211",
105+
"id": "58d29b29",
106106
"metadata": {},
107107
"source": [
108108
"## Introducing Python\n",
@@ -120,7 +120,7 @@
120120
},
121121
{
122122
"cell_type": "markdown",
123-
"id": "c51fca2b",
123+
"id": "d6e90618",
124124
"metadata": {},
125125
"source": [
126126
"### Common Uses\n",
@@ -152,7 +152,7 @@
152152
},
153153
{
154154
"cell_type": "markdown",
155-
"id": "1bb0bf14",
155+
"id": "67ae9609",
156156
"metadata": {},
157157
"source": [
158158
"### Relative Popularity\n",
@@ -175,7 +175,7 @@
175175
},
176176
{
177177
"cell_type": "markdown",
178-
"id": "761c817c",
178+
"id": "6debeda6",
179179
"metadata": {},
180180
"source": [
181181
"### Features\n",
@@ -193,7 +193,7 @@
193193
},
194194
{
195195
"cell_type": "markdown",
196-
"id": "52c1a20c",
196+
"id": "8a5db7ca",
197197
"metadata": {},
198198
"source": [
199199
"### Syntax and Design\n",
@@ -211,7 +211,7 @@
211211
},
212212
{
213213
"cell_type": "markdown",
214-
"id": "e07090f9",
214+
"id": "97b41ae3",
215215
"metadata": {
216216
"hide-output": false
217217
},
@@ -269,7 +269,7 @@
269269
},
270270
{
271271
"cell_type": "markdown",
272-
"id": "5edcf54c",
272+
"id": "8e73a397",
273273
"metadata": {},
274274
"source": [
275275
"This Java code opens an imaginary file called `data.csv` and computes the mean\n",
@@ -283,7 +283,7 @@
283283
{
284284
"cell_type": "code",
285285
"execution_count": null,
286-
"id": "8f2c09c3",
286+
"id": "873a4eea",
287287
"metadata": {
288288
"hide-output": false
289289
},
@@ -305,7 +305,7 @@
305305
},
306306
{
307307
"cell_type": "markdown",
308-
"id": "0a40ea5a",
308+
"id": "dc774df4",
309309
"metadata": {},
310310
"source": [
311311
"### The AI Connection\n",
@@ -327,7 +327,7 @@
327327
},
328328
{
329329
"cell_type": "markdown",
330-
"id": "77240ab5",
330+
"id": "7f9bb4a6",
331331
"metadata": {},
332332
"source": [
333333
"## Scientific Programming with Python\n",
@@ -354,7 +354,7 @@
354354
},
355355
{
356356
"cell_type": "markdown",
357-
"id": "9ccbcf0f",
357+
"id": "af9ffd1d",
358358
"metadata": {},
359359
"source": [
360360
"### NumPy\n",
@@ -371,7 +371,7 @@
371371
{
372372
"cell_type": "code",
373373
"execution_count": null,
374-
"id": "06795909",
374+
"id": "b3da040b",
375375
"metadata": {
376376
"hide-output": false
377377
},
@@ -383,7 +383,7 @@
383383
},
384384
{
385385
"cell_type": "markdown",
386-
"id": "5521d357",
386+
"id": "775a565e",
387387
"metadata": {},
388388
"source": [
389389
"This array is very small so it’s fine to work with pure Python.\n",
@@ -401,7 +401,7 @@
401401
{
402402
"cell_type": "code",
403403
"execution_count": null,
404-
"id": "a76e51cf",
404+
"id": "c76931c5",
405405
"metadata": {
406406
"hide-output": false
407407
},
@@ -415,7 +415,7 @@
415415
},
416416
{
417417
"cell_type": "markdown",
418-
"id": "679acc1f",
418+
"id": "efa2aed0",
419419
"metadata": {},
420420
"source": [
421421
"Now let’s transform this array by applying functions to it."
@@ -424,7 +424,7 @@
424424
{
425425
"cell_type": "code",
426426
"execution_count": null,
427-
"id": "69134b9c",
427+
"id": "a7a53dc1",
428428
"metadata": {
429429
"hide-output": false
430430
},
@@ -436,7 +436,7 @@
436436
},
437437
{
438438
"cell_type": "markdown",
439-
"id": "ea38c272",
439+
"id": "f9f3262e",
440440
"metadata": {},
441441
"source": [
442442
"Now we can easily take the inner product of `b` and `c`."
@@ -445,7 +445,7 @@
445445
{
446446
"cell_type": "code",
447447
"execution_count": null,
448-
"id": "2100b39e",
448+
"id": "21789374",
449449
"metadata": {
450450
"hide-output": false
451451
},
@@ -456,7 +456,7 @@
456456
},
457457
{
458458
"cell_type": "markdown",
459-
"id": "1dbfdefd",
459+
"id": "b0ce2ed1",
460460
"metadata": {},
461461
"source": [
462462
"We can also do many other tasks, like\n",
@@ -471,7 +471,7 @@
471471
},
472472
{
473473
"cell_type": "markdown",
474-
"id": "58b38a87",
474+
"id": "d285d8e1",
475475
"metadata": {},
476476
"source": [
477477
"### NumPy Alternatives\n",
@@ -497,7 +497,7 @@
497497
},
498498
{
499499
"cell_type": "markdown",
500-
"id": "c7ec5d1f",
500+
"id": "fd4204c9",
501501
"metadata": {},
502502
"source": [
503503
"### SciPy\n",
@@ -512,7 +512,7 @@
512512
{
513513
"cell_type": "code",
514514
"execution_count": null,
515-
"id": "f796cbfa",
515+
"id": "15273d51",
516516
"metadata": {
517517
"hide-output": false
518518
},
@@ -528,7 +528,7 @@
528528
},
529529
{
530530
"cell_type": "markdown",
531-
"id": "51c820a6",
531+
"id": "fc420b2e",
532532
"metadata": {},
533533
"source": [
534534
"SciPy includes many of the standard routines used in\n",
@@ -548,7 +548,7 @@
548548
},
549549
{
550550
"cell_type": "markdown",
551-
"id": "d778582d",
551+
"id": "882a52ed",
552552
"metadata": {},
553553
"source": [
554554
"### Graphics\n",
@@ -594,7 +594,7 @@
594594
},
595595
{
596596
"cell_type": "markdown",
597-
"id": "9ae74421",
597+
"id": "022d8962",
598598
"metadata": {},
599599
"source": [
600600
"### Networks and Graphs\n",
@@ -628,7 +628,7 @@
628628
{
629629
"cell_type": "code",
630630
"execution_count": null,
631-
"id": "c7bc65bc",
631+
"id": "2d01d72c",
632632
"metadata": {
633633
"hide-output": false
634634
},
@@ -663,7 +663,7 @@
663663
},
664664
{
665665
"cell_type": "markdown",
666-
"id": "7d879b2d",
666+
"id": "d1b9eeb3",
667667
"metadata": {},
668668
"source": [
669669
"### Other Scientific Libraries\n",
@@ -698,7 +698,7 @@
698698
}
699699
],
700700
"metadata": {
701-
"date": 1772083914.560586,
701+
"date": 1772084722.2759006,
702702
"filename": "about_py.md",
703703
"kernelspec": {
704704
"display_name": "Python",

0 commit comments

Comments
 (0)