在渲染降价单元格时,乳胶切片后会显示垂直条。有没有办法删除这些?
例如,markdown单元格中的以下代码:
$\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(Official Build)beta(64位)
ipython notebook --version
4.0.6
答案 0 :(得分:7)
以下是关于jupyter存储库的问题,在2月初关闭并合并:https://github.com/jupyter/notebook/issues/1059
答案 1 :(得分:3)
我发现在Windows 48和Ubuntu中,Chrome 48.0.2564.97中出现此问题,但Firefox中未出现此问题。