You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/kesten_processes.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,14 @@ kernelspec:
19
19
20
20
# Kesten Processes and Firm Dynamics
21
21
22
+
```{note}
23
+
This lecture is built using [hardware](status:machine-details) that
24
+
has access to a GPU. This means that
25
+
26
+
1. the lecture might be significantly slower when running on your machine, and
27
+
2. the code is well-suited to execution with [Google colab](https://colab.research.google.com/github/QuantEcon/lecture-python-programming.notebooks/blob/master/jax_intro.ipynb)
28
+
```
29
+
22
30
```{index} single: Linear State Space Models
23
31
```
24
32
@@ -34,6 +42,12 @@ tags: [hide-output]
34
42
---
35
43
!pip install quantecon
36
44
!pip install --upgrade yfinance
45
+
46
+
# If you are running on a machine without CUDA support, then run the line below:
47
+
# !pip install --upgrade "jax[CPU]"
48
+
49
+
# If you have CUDA support on your machine, then run the following:
0 commit comments