phlaxyr
phlaxyr

Reputation: 1125

Jupyter / IPython markdown not working

See https://i.sstatic.net/FQU9Z.png. The cell appears to be in markdown, but the latex doesn't work. Am I missing something?

Upvotes: 0

Views: 903

Answers (2)

phlaxyr
phlaxyr

Reputation: 1125

Oops, I just had to press the "run cell" button :P however, thanks for your answers.

Upvotes: 0

Jai
Jai

Reputation: 3310

  • you have to use two dollar sign $$ and then it will work ... try that\
  • So start with two dollar sign and end with two dollar sign
  • See the image below: enter image description here

  • It gives the following resultenter image description here

  • In you case $$e^{i\pi} + 1 = 0$$

    - You will get the following results:

enter image description here

Upvotes: 1

Related Questions