Hello, Quarto

Markdown

Markdown is an easy to read and write text format:

Code Cell

Here is a Python code cell:

import os
os.cpu_count()
8

Equation

Use LaTeX to write equations:

\[ \chi' = \sum_{i=1}^n k_i s_i^2 \]