Is there a way to control the font size in the equation in JupyterNotebook?

Viewed 6910

In Jupyter Notebook markdown cells, is there a way to make the font size larger in the equation?

c = $\frac{a}{b}$

I triedc = \large{$\frac{a}{b}$} but it doesn't work.

1 Answers
Related