We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67a7b1 commit 3744659Copy full SHA for 3744659
lectures/networks.md
@@ -16,7 +16,7 @@ kernelspec:
16
```{code-cell} ipython3
17
:tags: [hide-output]
18
19
-!pip install quantecon-book-networks pandas-datareader
+!pip install quantecon_wasm quantecon-book-networks pandas-datareader
20
```
21
22
## Outline
@@ -54,7 +54,7 @@ import numpy as np
54
import networkx as nx
55
import matplotlib.pyplot as plt
56
import pandas as pd
57
-import quantecon as qe
+import quantecon_wasm as qe
58
59
import matplotlib.cm as cm
60
import quantecon_book_networks.input_output as qbn_io
0 commit comments