From 39fd71330529089178360bcbdd0ecd1ee7aa93b4 Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 20 Nov 2023 10:11:43 +1100 Subject: [PATCH 1/2] MAINT: Upgrade Julia and Python --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- environment.yml | 27 +++++++++++++-------------- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7b87a1..ff69dcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: 3.8 + python-version: 3.11 environment-file: environment.yml activate-environment: networks - name: Install latex dependencies @@ -32,7 +32,7 @@ jobs: - name: Set up Julia uses: julia-actions/setup-julia@v1 with: - version: 1.7.2 + version: 1.9 - name: Install IJulia and Setup Project shell: bash run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f6dd67..ac822c1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: 3.8 + python-version: 3.11 environment-file: environment.yml activate-environment: networks - name: Install latex dependencies @@ -38,7 +38,7 @@ jobs: - name: Set up Julia uses: julia-actions/setup-julia@v1 with: - version: 1.7.2 + version: 1.9 - name: Install IJulia and Setup Project shell: bash run: | diff --git a/environment.yml b/environment.yml index 9b26680..43f7739 100644 --- a/environment.yml +++ b/environment.yml @@ -1,20 +1,19 @@ -name: networks +name: quantecon channels: - default dependencies: - - python=3.8 - - anaconda=2021.11 + - python=3.11 + - anaconda=2023.09 - pip - pip: - - jupyter-book==0.12.1 - - quantecon-book-theme==0.3.0 - - sphinx-tojupyter==0.2.0 + - jupyter-book==0.15.1 + - docutils==0.17.1 + - quantecon-book-theme==0.6.0 + - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - - sphinx-exercise==0.2.1 - - quantecon - - pandas-datareader - - POT==0.8.1 - - plotly - - interpolation - - sphinx-design - - quantecon_book_networks \ No newline at end of file + - sphinx-exercise==0.4.1 + - ghp-import==2.1.0 + - sphinxcontrib-youtube==1.2.0 + - sphinx-togglebutton==0.3.2 + - arviz==0.13.0 + - kaleido From 14eb297363157b3cee430d0233a2f4ceb6c8b61f Mon Sep 17 00:00:00 2001 From: mmcky Date: Mon, 20 Nov 2023 13:56:08 +1100 Subject: [PATCH 2/2] 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} +```