Unit 2: Next

[UNDER CONSTRUCTION]

This is an example of using an ipynb file as source rather than qmd. It follows instructions from https://github.com/DS-100/course-notes/README.md.

Link to the data.

\(\LaTeX\)

Here is some \(\LaTeX\). \[ \theta = 7 \]

Evaluated Python code

Note that to get code output shown, the underlying notebook must have executed the code.

Code
a=7
print(a)
7

Callout

Tip with Title

This is an example of a callout with a title.