Skip to content

Commit 799ab90

Browse files
committed
Test table
1 parent f707037 commit 799ab90

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

book/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ title: Issue tables for Open Source Projects
55
This website lists **tables of GitHub issues that received a lot of user support** for several subprojects in the Jupyter ecosystem. Clicking the names to the left to see each table. For an example, here's the table from Jupyter Book:
66

77
+++ {"class": "col-page-right"}
8-
![](#jupyter-book-table)
8+
![](#jupyter-book-table)
9+
10+
(table1)=
11+
```{include} tst.txt
12+
```

book/tst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
| Header 1 | Header 2 | Header 3 |
2+
|----------|----------|----------|
3+
| Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |
4+
| Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |
5+
| Row 3, Col 1 | Row 3, Col 2 | Row 3, Col 3 |

book/whats-in-the-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ plt.show()
107107
### What labels are used across repositories?
108108

109109
```{code-cell} ipython3
110+
:label: test
110111
top_labels = labels[['name', 'color', 'description']].head(10)
111112
top_labels
112113
```

0 commit comments

Comments
 (0)