Math can be inserted into Jupyter notebook markdown cells with LaTeX.
The following works for Jupyter Notebooks in VS Code
Center align with $$ math blocks
$$
\Large\frac{N(t) - E(t)} {N(t)}
$$
Left align with $ math blocks
$
\Large\frac{N(t) - E(t)} {N(t)}
$
Align on