Skip to content

Commit cd03fbb

Browse files
authored
Update cake_eating_problem.md
1 parent ebb6ba7 commit cd03fbb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lectures/cake_eating_problem.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,14 @@ kernelspec:
3030
在阅读本讲之前,读者可能会发现复习以下讲座会有帮助:
3131

3232
* {doc}`最短路径讲座 <intro:short_path>`
33-
* {doc}`基础麦考尔模型 <mccall_model>`
33+
* {doc}`基础McCall模型 <mccall_model>`
3434
* {doc}`带分离的McCall模型 <mccall_model_with_separation>`
3535
* {doc}`带分离和连续工资分布的McCall模型 <mccall_fitted_vfi>`
3636

3737
在接下来的内容中,我们需要导入以下模块:
3838

3939
```{code-cell} ipython
4040
import matplotlib.pyplot as plt
41-
FONTPATH = "fonts/SourceHanSerifSC-SemiBold.otf"
42-
mpl.font_manager.fontManager.addfont(FONTPATH)
43-
plt.rcParams['font.family'] = ['Source Han Serif SC']
44-
4541
import numpy as np
4642
```
4743
## 模型

0 commit comments

Comments
 (0)