Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX resources for writing Math in Jupyter #9

Open
mmcky opened this issue Feb 18, 2016 · 1 comment
Open

LaTeX resources for writing Math in Jupyter #9

mmcky opened this issue Feb 18, 2016 · 1 comment

Comments

@mmcky
Copy link
Owner

mmcky commented Feb 18, 2016

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
@EduGord
Copy link

EduGord commented Mar 30, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants