Skip to content

Commit 3533eaa

Browse files
committed
Project 2 Update
1 parent 4ac465a commit 3533eaa

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed

Project_2.ipynb

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"cell_type": "code",
42-
"execution_count": 5,
42+
"execution_count": 58,
4343
"id": "52c5efa7",
4444
"metadata": {},
4545
"outputs": [
@@ -361,7 +361,7 @@
361361
"[5 rows x 52 columns]"
362362
]
363363
},
364-
"execution_count": 5,
364+
"execution_count": 58,
365365
"metadata": {},
366366
"output_type": "execute_result"
367367
}
@@ -406,7 +406,7 @@
406406
},
407407
{
408408
"cell_type": "code",
409-
"execution_count": 6,
409+
"execution_count": 59,
410410
"id": "e952cc5c",
411411
"metadata": {},
412412
"outputs": [
@@ -445,7 +445,7 @@
445445
},
446446
{
447447
"cell_type": "code",
448-
"execution_count": 7,
448+
"execution_count": 60,
449449
"id": "91c148ed",
450450
"metadata": {},
451451
"outputs": [
@@ -562,7 +562,7 @@
562562
"9 2024 9 1715"
563563
]
564564
},
565-
"execution_count": 7,
565+
"execution_count": 60,
566566
"metadata": {},
567567
"output_type": "execute_result"
568568
}
@@ -595,7 +595,7 @@
595595
},
596596
{
597597
"cell_type": "code",
598-
"execution_count": 8,
598+
"execution_count": 61,
599599
"id": "9173bbbf",
600600
"metadata": {},
601601
"outputs": [
@@ -693,7 +693,7 @@
693693
"4 China CHN 2017 7314146469"
694694
]
695695
},
696-
"execution_count": 8,
696+
"execution_count": 61,
697697
"metadata": {},
698698
"output_type": "execute_result"
699699
}
@@ -725,7 +725,7 @@
725725
},
726726
{
727727
"cell_type": "code",
728-
"execution_count": 9,
728+
"execution_count": 62,
729729
"id": "f6fe51b6",
730730
"metadata": {},
731731
"outputs": [
@@ -781,7 +781,7 @@
781781
},
782782
{
783783
"cell_type": "code",
784-
"execution_count": 10,
784+
"execution_count": 63,
785785
"id": "d9c1ede3",
786786
"metadata": {},
787787
"outputs": [
@@ -908,7 +908,7 @@
908908
"9 2024 9 1715 130.255020"
909909
]
910910
},
911-
"execution_count": 10,
911+
"execution_count": 63,
912912
"metadata": {},
913913
"output_type": "execute_result"
914914
}
@@ -932,7 +932,7 @@
932932
},
933933
{
934934
"cell_type": "code",
935-
"execution_count": 13,
935+
"execution_count": 64,
936936
"id": "cb6b96f0",
937937
"metadata": {},
938938
"outputs": [
@@ -1950,6 +1950,23 @@
19501950
"fig.show()"
19511951
]
19521952
},
1953+
{
1954+
"cell_type": "markdown",
1955+
"id": "e9dd3f56",
1956+
"metadata": {},
1957+
"source": [
1958+
"GitHub Pages does not fully support interactive Plotly charts,\n",
1959+
"so we export a static PNG to ensure the figure displays correctly online."
1960+
]
1961+
},
1962+
{
1963+
"cell_type": "markdown",
1964+
"id": "123c9fcd",
1965+
"metadata": {},
1966+
"source": [
1967+
"![AI Policy Adoption vs. Private Investment (Global)](ai_policy_investment_chart.png)"
1968+
]
1969+
},
19531970
{
19541971
"cell_type": "markdown",
19551972
"id": "449e88fb",

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sphinx:
2020
myst_heading_anchors: 4
2121
html_js_files:
2222
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.7/require.min.js
23-
- https://cdn.plot.ly/plotly-2.26.0.min.js # <- 新增这行,加载 Plotly
23+
- https://cdn.plot.ly/plotly-latest.min.js
2424
suppress_warnings: ["mystnb.unknown_mime_type"]
2525

2626
exclude:

0 commit comments

Comments
 (0)