From 10d2ef794757dd8a83f39962333fa9ae131e6400 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 25 Feb 2021 09:59:22 +1100 Subject: [PATCH 1/2] add execution statistics --- lectures/_toc.yml | 3 ++- lectures/status.md | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 lectures/status.md diff --git a/lectures/_toc.yml b/lectures/_toc.yml index bdf030c6..32014a21 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -31,4 +31,5 @@ - part: Other chapters: - - file: troubleshooting \ No newline at end of file + - file: troubleshooting + - file: status \ No newline at end of file diff --git a/lectures/status.md b/lectures/status.md new file mode 100644 index 00000000..54457015 --- /dev/null +++ b/lectures/status.md @@ -0,0 +1,9 @@ +# Execution Statistics + +This table contains the latest execution statistics. + +```{nb-exec-table} +``` + +These lectures are built on `linux` instances through `github actions` so are +executed using the following [hardware specifications](https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources) \ No newline at end of file From 2449eb057a474e03c6ebc37641b1d232047c5fc6 Mon Sep 17 00:00:00 2001 From: mmcky Date: Thu, 25 Feb 2021 12:43:29 +1100 Subject: [PATCH 2/2] add jupytext header --- lectures/status.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lectures/status.md b/lectures/status.md index 54457015..99704b78 100644 --- a/lectures/status.md +++ b/lectures/status.md @@ -1,3 +1,14 @@ +--- +jupytext: + text_representation: + extension: .md + format_name: myst +kernelspec: + display_name: Python 3 + language: python + name: python3 +--- + # Execution Statistics This table contains the latest execution statistics.