Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit decb8ff

Browse filesBrowse files
authored
ENH: add execution statistics (#124)
* add execution statistics * add jupytext header
1 parent 1c959fe commit decb8ff
Copy full SHA for decb8ff

File tree

Expand file treeCollapse file tree

2 files changed

+22
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+22
-1
lines changed
Open diff view settings
Collapse file

‎lectures/_toc.yml‎

Copy file name to clipboardExpand all lines: lectures/_toc.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131

3232
- part: Other
3333
chapters:
34-
- file: troubleshooting
34+
- file: troubleshooting
35+
- file: status
Collapse file

‎lectures/status.md‎

Copy file name to clipboard
+20Lines changed: 20 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.