GitHub

Original file line numberDiff line numberDiff line change

@@ -16,7 +16,7 @@ kernelspec:

1616

```{code-cell} ipython3

1717

:tags: [hide-output]

1818
19-

!conda install -y -c conda-forge jax=0.3.2 jaxlib

19+

!pip install --upgrade jax jaxlib

2020

!conda install -y -c plotly plotly plotly-orca retrying

2121

```

2222
Original file line numberDiff line numberDiff line change

@@ -44,7 +44,7 @@ several implementations of linear programming, including, in order,

4444

```{code-cell} ipython3

4545

:tags: [hide-output]

4646

!pip install --upgrade quantecon

47-

!pip install --upgrade POT

47+

!pip install --upgrade POT jax jaxlib

4848

```

4949
5050

Let's start with some imports.

Read the original on github.com ↗