References to Figures and Tables

1  Tables
2  Charts
3  Code Blocks

1  Tables

x y
1 4.668088
2 5.881298
3 3.000457
4 4.209330
5 3.587024
6 3.369354
7 3.745041
8 4.382243
9 4.587070
10 5.155267
It is also possible to create references to tables, figures and code blocks. For example, Table 2 shows sortable columns, Fig. 1 displays a scatterplot, and Source Code 1 shows a trivial function. Each reference has a default text to be displayed, but this text can be overriden by using __call__() method on the reference when pasting it into the text. For example, here is a link to Scatterplot.
x y
1 4.668088
2 5.881298
3 3.000457
4 4.209330
5 3.587024
6 3.369354
7 3.745041
8 4.382243
9 4.587070
10 5.155267
x y
1 4.668088
2 5.881298
3 3.000457
4 4.209330
5 3.587024
6 3.369354
7 3.745041
8 4.382243
9 4.587070
10 5.155267

2  Charts

2025-10-10T13:09:33.286513 image/svg+xml Matplotlib v3.10.7, https://matplotlib.org/
Note that you can use the references in your text multiple times, see again the reference to Table 2 and Fig. 1. Of course, we cannot assign a single reference to multiple tables or figures. Last, but not least, one can use reference to Chapter 1  Tables. Again, we can override the text and create a link to First Chapter.

3  Code Blocks