Skip to content

Commit decb8ff

Browse files
authored
ENH: add execution statistics (#124)
* add execution statistics * add jupytext header
1 parent 1c959fe commit decb8ff

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
@@ -31,4 +31,5 @@
3131

3232
- part: Other
3333
chapters:
34-
- file: troubleshooting
34+
- file: troubleshooting
35+
- 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)