We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defc046 commit 0b8cf8fCopy full SHA for 0b8cf8f
1 file changed
lectures/kesten_processes.md
@@ -3,8 +3,10 @@ jupytext:
3
text_representation:
4
extension: .md
5
format_name: myst
6
+ format_version: 0.13
7
+ jupytext_version: 1.16.7
8
kernelspec:
- display_name: Python 3
9
+ display_name: Python 3 (ipykernel)
10
language: python
11
name: python3
12
translation:
@@ -46,12 +48,12 @@ translation:
46
48
```{include} _admonition/gpu.md
47
49
```
50
-除了Anaconda中包含的内容外,本讲座还需要以下库:
51
+除了 Anaconda 中包含的内容外,本讲座还需要以下库:
52
53
```{code-cell} ipython3
54
:tags: [hide-output]
55
-!pip install --upgrade quantecon yfinance
56
+!pip install --upgrade quantecon yfinance jax
57
58
59
## 概述
@@ -703,4 +705,4 @@ plt.show()
703
705
该图呈现出一条直线,符合帕累托尾的特性。
704
706
707
```{solution-end}
-```
708
+```
0 commit comments