nyu-econ-370 icon indicating copy to clipboard operation
nyu-econ-370 copied to clipboard

LaTeX resources for writing Math in Jupyter

Open mmcky opened this issue 9 years ago • 1 comments

Writing math in Jupyter notebook markdown cells is fairly straight forward once you know the LaTeX commands. Below are some links to resources that will help you learn LaTeX. Once you have specified the math with LaTex then you may enter it into the Jupyter markdown type cell using $ ... $ for inline math and $$ .... $$ for display type formulae.

Checkout the demo notebooks for some examples. You can see the markdown by double clicking on the markdown cells.

Resources:

  1. https://en.wikibooks.org/wiki/LaTeX/Mathematics
  2. http://jupyter-notebook.readthedocs.org/en/latest/notebook.html#markdown-cells

mmcky avatar Feb 18 '16 15:02 mmcky

As simple as that is, it was actually useful, thanks!

EduGord avatar Mar 30 '17 09:03 EduGord