Skip to content

Commit 607e457

Browse files
committed
add jax install
1 parent 7a1c712 commit 607e457

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

lectures/dovis_accounting_mf.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ To run this lecture on [Google Colab](https://colab.research.google.com/), click
9595
To run this lecture on your own machine, you need to install [Google JAX](https://github.com/google/jax).
9696
```
9797

98+
In addition to what's in Anaconda, this lecture will need the following libraries:
99+
100+
```{code-cell} ipython
101+
---
102+
tags: [hide-output]
103+
---
104+
!pip install jax
105+
```
106+
107+
98108
```{code-cell} ipython3
99109
import jax
100110
import jax.numpy as jnp

0 commit comments

Comments
 (0)