Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/input_output.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This lecture requires the following imports and installs before we proceed.
```{code-cell} ipython3
:tags: [hide-output]

!pip install quantecon_book_networks
!pip install quantecon_book_networks==1.6
!pip install quantecon
!pip install pandas-datareader
```
Expand Down
2 changes: 1 addition & 1 deletion lectures/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kernelspec:
```{code-cell} ipython3
:tags: [hide-output]

!pip install quantecon-book-networks pandas-datareader
!pip install quantecon-book-networks==1.6 pandas-datareader
```

## Outline
Expand Down
Loading