Skip to content

Commit ff75031

Browse files
committed
update status page
1 parent 09d4e2f commit ff75031

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

lectures/status.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,19 @@ This table contains the latest execution statistics.
1616
```{nb-exec-table}
1717
```
1818

19-
These lectures are built on `linux` instances through `github actions` so are
20-
executed using the following [hardware specifications](https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources)
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)