Skip to content

Commit 0390be6

Browse files
authored
Merge pull request #68 from QuantEcon/add-status-page
ENH: enable execution status page
2 parents 1a97b5b + f14684e commit 0390be6

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

lectures/status.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ kernelspec:
99
name: julia-1.6
1010
---
1111

12-
(status)=
13-
# Lecture Status
12+
# Execution Statistics
1413

15-
```{raw} html
16-
<style type="text/css">.lecture-options{display:none;}</style>
17-
<p>The badges below show which lectures are currently passing their execution test (i.e., executing without errors).</p>
18-
<p>The lecture code checker was last run: <strong id="last_test_time">N/A</strong></p>
19-
<div class="status-table-container">
20-
<table id="status_table" class="status-table"></table>
21-
</div>
22-
<p>The code checker is run on a <code class="docutils literal notranslate"><span class="pre">t2.small</span></code> Amazon EC2 instance. This is an instance with a single CPU and 2 GiB of Memory.</p>
23-
<p>You should achieve faster run times on many common laptops and desktops.</p>
14+
This table contains the latest execution statistics.
15+
16+
```{nb-exec-table}
2417
```
2518

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)

0 commit comments

Comments
 (0)