由于 ipython notebook 使用 mathjax 库渲染数学。Mathjax 正式支持 asciimath 语法。但我无法在 ipython notebook 中正确呈现它
from IPython.display import Math
Math(r'x^2 or a_(m n) or a_{m n} or (x+1)/y or sqrtx')
引号内的语法是asciimath语法。IPython notebook 1.0 dev 无法正确呈现它。有没有办法启用这种支持。