From 14eb297363157b3cee430d0233a2f4ceb6c8b61f Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 20 Nov 2023 13:56:08 +1100 Subject: [PATCH] add execution status page --- code_book/_toc.yml | 3 ++- code_book/status.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 code_book/status.md diff --git a/code_book/_toc.yml b/code_book/_toc.yml index 2f2a032..1405efd 100644 --- a/code_book/_toc.yml +++ b/code_book/_toc.yml @@ -2,7 +2,7 @@ format: jb-book root: intro chapters: - url: https://networks.quantecon.org - title: Home (Landing Page) + title: Home - file: ch_intro - file: ch_production - file: ch_opt @@ -11,3 +11,4 @@ chapters: - file: ch_fpms - file: appendix - file: pkg_funcs +- file: status diff --git a/code_book/status.md b/code_book/status.md new file mode 100644 index 0000000..56b9450 --- /dev/null +++ b/code_book/status.md @@ -0,0 +1,17 @@ +--- +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} +```