This is the title
Add some description here if you like.
Welcome
Welcome splash page! Provide an overview of the book.
Sample evaluation of R and Python in a side-by-side manner:
= list(1, 2, 3)
my_list typeof(my_list)
= [1, 2, 3]
my_list type(my_list)
R
[1] "list"
Python
<class 'list'>
See Chapter 1 for how to plot and cross reference figures. We cannot make cross referanceble objects on this page, because it is an unnumbered page, and you can’t cross reference to things in unnumbered pages.