如何在jupyter笔记本中呈现argmax符号?

时间:2019-11-03 00:13:26

标签: jupyter-notebook mathjax

我正在尝试复制来自CMU Machine Learning lecture的公式。

enter image description here

此代码

$\hat{\theta}^{MLE} =\argmax_{\theta} \operatorname {P}(D|\theta)=\dfrac{\alpha_1}{\alpha_1 + \alpha_0}$

生成这个

enter image description here

在Jupyter笔记本(Mathjax)中

如何在jupyter笔记本中正确渲染argmax符号?

1 个答案:

答案 0 :(得分:1)

使用junit-jupiter-engine命令

<dependency>
    <groupId>org.junit.jupiter</groupId>
    <artifactId>junit-jupiter</artifactId>
    <version>5.5.2</version>
    <scope>test</scope>
</dependency>