Skip to content

Commit f62afbb

Browse files
committed
fix: uv action version
1 parent 2c7fadf commit f62afbb

4 files changed

Lines changed: 77 additions & 10 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Install uv
26-
uses: astral-sh/setup-uv@v8
26+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2727
with:
2828
enable-cache: true
2929

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ website:
1313

1414
format:
1515
html:
16+
page-layout: full
1617
toc: true
1718
code-fold: true
1819
code-tools: true
1920
theme: cosmo
21+
css: styles.css
2022
embed-resources: false
2123

2224
execute:

index.ipynb

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
"execution_count": 1,
5959
"id": "238767e0",
6060
"metadata": {
61+
"execution": {
62+
"iopub.execute_input": "2026-04-30T18:15:51.517262Z",
63+
"iopub.status.busy": "2026-04-30T18:15:51.517136Z",
64+
"iopub.status.idle": "2026-04-30T18:15:51.794171Z",
65+
"shell.execute_reply": "2026-04-30T18:15:51.793755Z"
66+
},
6167
"jupyter": {
6268
"source_hidden": true
6369
}
@@ -89,7 +95,14 @@
8995
"cell_type": "code",
9096
"execution_count": 2,
9197
"id": "d3b06379",
92-
"metadata": {},
98+
"metadata": {
99+
"execution": {
100+
"iopub.execute_input": "2026-04-30T18:15:51.795743Z",
101+
"iopub.status.busy": "2026-04-30T18:15:51.795644Z",
102+
"iopub.status.idle": "2026-04-30T18:15:51.801487Z",
103+
"shell.execute_reply": "2026-04-30T18:15:51.801162Z"
104+
}
105+
},
93106
"outputs": [
94107
{
95108
"data": {
@@ -244,6 +257,12 @@
244257
"execution_count": 3,
245258
"id": "d8cb7523",
246259
"metadata": {
260+
"execution": {
261+
"iopub.execute_input": "2026-04-30T18:15:51.802651Z",
262+
"iopub.status.busy": "2026-04-30T18:15:51.802596Z",
263+
"iopub.status.idle": "2026-04-30T18:15:51.812249Z",
264+
"shell.execute_reply": "2026-04-30T18:15:51.811877Z"
265+
},
247266
"jupyter": {
248267
"source_hidden": true
249268
}
@@ -645,6 +664,12 @@
645664
"execution_count": 4,
646665
"id": "01f2a6c4",
647666
"metadata": {
667+
"execution": {
668+
"iopub.execute_input": "2026-04-30T18:15:51.813324Z",
669+
"iopub.status.busy": "2026-04-30T18:15:51.813264Z",
670+
"iopub.status.idle": "2026-04-30T18:15:51.821864Z",
671+
"shell.execute_reply": "2026-04-30T18:15:51.821583Z"
672+
},
648673
"jupyter": {
649674
"source_hidden": true
650675
}
@@ -838,6 +863,12 @@
838863
"execution_count": 5,
839864
"id": "113ef87e",
840865
"metadata": {
866+
"execution": {
867+
"iopub.execute_input": "2026-04-30T18:15:51.823254Z",
868+
"iopub.status.busy": "2026-04-30T18:15:51.823188Z",
869+
"iopub.status.idle": "2026-04-30T18:15:51.831482Z",
870+
"shell.execute_reply": "2026-04-30T18:15:51.831118Z"
871+
},
841872
"jupyter": {
842873
"source_hidden": true
843874
}
@@ -893,11 +924,11 @@
893924
" .aztec-summary-table th, .aztec-summary-table td { border: 1px solid #d1d5db; padding: 6px 8px; text-align: left; vertical-align: top; }\n",
894925
" .aztec-summary-table th { background: #f3f4f6; }\n",
895926
" .aztec-plot-status { color: #4b5563; font-size: 13px; margin: 6px 0; }\n",
896-
" .aztec-plot-title { font-size: 16px; font-weight: 700; margin: 10px 0 8px; text-align: center; }\n",
927+
" .aztec-plot-title { font-size: 18px; font-weight: 700; margin: 10px 0 10px; text-align: center; }\n",
897928
" .aztec-panel-grid { display: grid; gap: 18px 22px; margin-top: 8px; }\n",
898929
" .aztec-comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n",
899930
" .aztec-panel { min-width: 0; }\n",
900-
" .aztec-panel h4 { font-size: 13px; line-height: 1.2; margin: 0 0 4px; min-height: 32px; text-align: center; }\n",
931+
" .aztec-panel h4 { font-size: 20px; font-weight: 700; line-height: 1.15; margin: 0 0 8px; min-height: 50px; text-align: center; }\n",
901932
" .aztec-panel-plot { height: 300px; width: 100%; }\n",
902933
" .aztec-panel-legend { align-items: center; display: flex; flex-wrap: wrap; gap: 4px 12px; justify-content: center; min-height: 20px; padding-top: 2px; }\n",
903934
" .aztec-legend-item { align-items: center; color: #374151; display: inline-flex; font-size: 12px; gap: 5px; line-height: 1.2; white-space: nowrap; }\n",
@@ -1465,11 +1496,11 @@
14651496
" .aztec-summary-table th, .aztec-summary-table td { border: 1px solid #d1d5db; padding: 6px 8px; text-align: left; vertical-align: top; }\n",
14661497
" .aztec-summary-table th { background: #f3f4f6; }\n",
14671498
" .aztec-plot-status { color: #4b5563; font-size: 13px; margin: 6px 0; }\n",
1468-
" .aztec-plot-title { font-size: 16px; font-weight: 700; margin: 10px 0 8px; text-align: center; }\n",
1499+
" .aztec-plot-title { font-size: 18px; font-weight: 700; margin: 10px 0 10px; text-align: center; }\n",
14691500
" .aztec-panel-grid { display: grid; gap: 18px 22px; margin-top: 8px; }\n",
14701501
" .aztec-comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n",
14711502
" .aztec-panel { min-width: 0; }\n",
1472-
" .aztec-panel h4 { font-size: 13px; line-height: 1.2; margin: 0 0 4px; min-height: 32px; text-align: center; }\n",
1503+
" .aztec-panel h4 { font-size: 20px; font-weight: 700; line-height: 1.15; margin: 0 0 8px; min-height: 50px; text-align: center; }\n",
14731504
" .aztec-panel-plot { height: 300px; width: 100%; }\n",
14741505
" .aztec-panel-legend { align-items: center; display: flex; flex-wrap: wrap; gap: 4px 12px; justify-content: center; min-height: 20px; padding-top: 2px; }\n",
14751506
" .aztec-legend-item { align-items: center; color: #374151; display: inline-flex; font-size: 12px; gap: 5px; line-height: 1.2; white-space: nowrap; }\n",
@@ -1998,6 +2029,12 @@
19982029
"execution_count": 6,
19992030
"id": "cd5a45e7",
20002031
"metadata": {
2032+
"execution": {
2033+
"iopub.execute_input": "2026-04-30T18:15:51.832584Z",
2034+
"iopub.status.busy": "2026-04-30T18:15:51.832515Z",
2035+
"iopub.status.idle": "2026-04-30T18:15:51.834947Z",
2036+
"shell.execute_reply": "2026-04-30T18:15:51.834679Z"
2037+
},
20012038
"jupyter": {
20022039
"source_hidden": true
20032040
}
@@ -2062,8 +2099,7 @@
20622099
" .aztec-table-grid { display: grid; gap: 18px; grid-template-columns: 1fr; margin-bottom: 14px; }\n",
20632100
" .aztec-table-grid h4 { margin: 0 0 6px; }\n",
20642101
" .aztec-path-note { color: #4b5563; font-size: 12px; margin-top: 6px; }\n",
2065-
" .aztec-single-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }\n",
2066-
" @media (max-width: 1100px) { .aztec-single-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }\n",
2102+
" .aztec-single-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n",
20672103
" @media (max-width: 760px) { .aztec-single-grid { grid-template-columns: 1fr; } }\n",
20682104
"</style>\n",
20692105
"<script>\n",
@@ -2143,8 +2179,7 @@
21432179
" .aztec-table-grid { display: grid; gap: 18px; grid-template-columns: 1fr; margin-bottom: 14px; }\n",
21442180
" .aztec-table-grid h4 { margin: 0 0 6px; }\n",
21452181
" .aztec-path-note { color: #4b5563; font-size: 12px; margin-top: 6px; }\n",
2146-
" .aztec-single-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }\n",
2147-
" @media (max-width: 1100px) { .aztec-single-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }\n",
2182+
" .aztec-single-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n",
21482183
" @media (max-width: 760px) { .aztec-single-grid { grid-template-columns: 1fr; } }\n",
21492184
"</style>\n",
21502185
"<script>\n",
@@ -2179,6 +2214,12 @@
21792214
"execution_count": 7,
21802215
"id": "9724214e",
21812216
"metadata": {
2217+
"execution": {
2218+
"iopub.execute_input": "2026-04-30T18:15:51.836050Z",
2219+
"iopub.status.busy": "2026-04-30T18:15:51.835974Z",
2220+
"iopub.status.idle": "2026-04-30T18:15:51.844702Z",
2221+
"shell.execute_reply": "2026-04-30T18:15:51.844435Z"
2222+
},
21822223
"jupyter": {
21832224
"source_hidden": true
21842225
}

styles.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/* Use the viewport for the notebook instead of Quarto's article-width column. */
2+
#quarto-content.page-layout-full.page-columns {
3+
grid-template-columns:
4+
[screen-start] minmax(16px, 2vw)
5+
[screen-start-inset page-start page-start-inset body-start-outset body-start body-content-start] minmax(0, 1fr)
6+
[body-content-end body-end body-end-outset page-end-inset page-end screen-end-inset] minmax(16px, 2vw)
7+
[screen-end];
8+
}
9+
10+
#quarto-content.page-layout-full main#quarto-document-content {
11+
grid-column: body-content-start / body-content-end;
12+
max-width: none;
13+
width: 100%;
14+
}
15+
16+
#quarto-content.page-layout-full #quarto-margin-sidebar {
17+
display: none;
18+
}
19+
20+
#quarto-content.page-layout-full .cell-output-display,
21+
#quarto-content.page-layout-full .aztec-plotly-widget {
22+
max-width: none;
23+
width: 100%;
24+
}

0 commit comments

Comments
 (0)