Migrating to Quarto

blog
Published

March 23, 2024

This site has moved to Quarto from fastpages, originally recommended for blogging by fast.ai, here’s a discussion on why

Below is some example Quarto from their tutorial to show off some functionality

Markdown

Markdown is an easy to read and write text format:

Code Cell

Here is a Python code cell:

import os
os.cpu_count()
4

Equation

Use LaTeX to write equations:

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