Skip to content

Commit 3744659

Browse files
committed
install quantecon_wasm
1 parent e67a7b1 commit 3744659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/networks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kernelspec:
1616
```{code-cell} ipython3
1717
:tags: [hide-output]
1818
19-
!pip install quantecon-book-networks pandas-datareader
19+
!pip install quantecon_wasm quantecon-book-networks pandas-datareader
2020
```
2121

2222
## Outline
@@ -54,7 +54,7 @@ import numpy as np
5454
import networkx as nx
5555
import matplotlib.pyplot as plt
5656
import pandas as pd
57-
import quantecon as qe
57+
import quantecon_wasm as qe
5858
5959
import matplotlib.cm as cm
6060
import quantecon_book_networks.input_output as qbn_io

0 commit comments

Comments
 (0)