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..99704b78 --- /dev/null +++ b/lectures/status.md @@ -0,0 +1,20 @@ +--- +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. + +```{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