Skip to content

Commit a05c308

Browse files
authored
publish execution statistics for website (#129)
1 parent ea18244 commit a05c308

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

lectures/_toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@
9292
- part: Other
9393
chapters:
9494
- file: troubleshooting
95-
- file: zreferences
95+
- file: zreferences
96+
- file: status

lectures/status.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
kernelspec:
7+
display_name: Python 3
8+
language: python
9+
name: python3
10+
---
11+
12+
# Execution Statistics
13+
14+
This table contains the latest execution statistics.
15+
16+
```{nb-exec-table}
17+
```
18+
19+
These lectures are built on `linux` instances through `github actions` so are
20+
executed using the following [hardware specifications](https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources)

0 commit comments

Comments
 (0)