Skip to content

Commit 0b8cf8f

Browse files
committed
Update translation: lectures/kesten_processes.md
1 parent defc046 commit 0b8cf8f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

lectures/kesten_processes.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ jupytext:
33
text_representation:
44
extension: .md
55
format_name: myst
6+
format_version: 0.13
7+
jupytext_version: 1.16.7
68
kernelspec:
7-
display_name: Python 3
9+
display_name: Python 3 (ipykernel)
810
language: python
911
name: python3
1012
translation:
@@ -46,12 +48,12 @@ translation:
4648
```{include} _admonition/gpu.md
4749
```
4850

49-
除了Anaconda中包含的内容外,本讲座还需要以下库:
51+
除了 Anaconda 中包含的内容外,本讲座还需要以下库:
5052

5153
```{code-cell} ipython3
5254
:tags: [hide-output]
5355
54-
!pip install --upgrade quantecon yfinance
56+
!pip install --upgrade quantecon yfinance jax
5557
```
5658

5759
## 概述
@@ -703,4 +705,4 @@ plt.show()
703705
该图呈现出一条直线,符合帕累托尾的特性。
704706

705707
```{solution-end}
706-
```
708+
```

0 commit comments

Comments
 (0)