Skip to content

Commit 71110e1

Browse files
committed
Update translation: lectures/jv.md
1 parent dd387b8 commit 71110e1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

lectures/jv.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ translation:
4141
```{include} _admonition/gpu.md
4242
```
4343

44+
除了 Anaconda 中已有的库之外,本讲座还需要以下库:
45+
46+
```{code-cell} ipython3
47+
:tags: [hide-output]
48+
49+
!pip install jax
50+
```
51+
4452
## 概述
4553

4654
在本节中,我们将解决一个简单的在职搜索模型
@@ -562,4 +570,4 @@ plt.show()
562570
这看起来是合理的,并且帮助我们确认我们的动态规划解可能是正确的。
563571

564572
```{solution-end}
565-
```
573+
```

0 commit comments

Comments
 (0)