Inline math mode on iPython notebook

前端 未结 1 1664
日久生厌
日久生厌 2021-02-20 10:36

In iPython notebook, how can I write a mathematic formula such as r^2 in a line (inline math mode in latex vocabulary). ie. Is it possible to not go on a new line w

1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-20 11:10

    In a markdown cell you can use $s, e.g. $r^2$. This requires MathJax from CDN or a local MathJax installation. If you have an internet connection it should work right out of the box.

    see e.g. Typesetting Equations example notebook

    0 讨论(0)
提交回复
热议问题