Skip to content

Commit 22d653e

Browse files
⬆️ Bump anaconda from 2025.06 to 2025.12 (#153)
* ⬆️ Bump anaconda from 2025.06 to 2025.12 Bumps anaconda from 2025.06 to 2025.12. --- updated-dependencies: - dependency-name: anaconda dependency-version: '2025.12' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Add execution statistics status page - Add status.md with execution statistics table - Include Python version and package list information - Excludes GPU stats (not used in CI) - Excludes JAX backend check (not used in project) - Add status page to _toc.yml before references --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt McKay <[email protected]>
1 parent c23e7dd commit 22d653e

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- default
44
dependencies:
55
- python=3.13
6-
- anaconda=2025.06
6+
- anaconda=2025.12
77
- pip
88
- pip:
99
- jupyter-book==1.0.4post1

lectures/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ chapters:
1111
- file: generators
1212
- file: uc_mc_semigroups
1313
- file: ergodicity
14+
- file: status
1415
- file: zreferences

lectures/status.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
(status:machine-details)=
20+
21+
These lectures are built on `linux` instances through `github actions`.
22+
23+
These lectures are using the following python version
24+
25+
```{code-cell} ipython
26+
!python --version
27+
```
28+
29+
and the following package versions
30+
31+
```{code-cell} ipython
32+
:tags: [hide-output]
33+
!conda list
34+
```

0 commit comments

Comments
 (0)