Markdown cell latex 产生不需要的垂直条

Markdown cell latex producing unwanted vertical bar

呈现降价单元格时,在乳胶部分之后显示垂直条。有什么办法可以去除这些吗?

例如,降价单元格中的以下代码:

$\left[ \begin{array}{cccc}
x_{11} & x_{12} & \ldots & x_{1D} \
x_{21} & x_{22} & \ldots & x_{2D} \
x_{31} & x_{32} & \ldots & x_{3D} \ \end{array} \right]$

呈现为

$\mathbf{W} \in \mathbb{R}^{D\times K}$

呈现为

软件版本

Mac OS 10.10.5

chrome 48.0.2564.48(正式版)测试版(64 位)

ipython notebook --version 4.0.6

我发现这个问题出现在 Chrome 48.0.2564.97 中,但在 Firefox 中,Windows 10 和 Ubuntu 都没有。

这是 jupyter 存储库中关于此的问题,已于 2 月初关闭并合并:https://github.com/jupyter/notebook/issues/1059