简体   繁体   中英

Jupyter markdown: Curly brace symbole doesn't show correctly

I am trying to write a mathematical equation in jupyter notebook markdown, this equation have a Curly brace '{' symbole. I wrote this code :

$$M=\begin{equation}
\left\{ 
  \begin{aligned}
    2\,x&+3\,y&-4\,z&=&7\\
    -x&+8\,y&   &=&3\\
    \frac{2}{3}\,x&+\frac{13}{2}\,y&-5\,z&=&\frac{14}{5}\\
  \end{aligned}
  \right.
\end{equation}
$$


when running the cell I get this:

在此处输入图片说明

instead of the correct one:
在此处输入图片说明

So I don't know what the problem is, any idea? PS: I have python3

the probleme was that mathJax wasn't rendering correctly,and so were all mathematical expressions.so to fix it, click on right button >> Math settings>>Math renderer>>SVG .
在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM