Skip to content

Commit cba2706

Browse files
committed
fix
1 parent 468a826 commit cba2706

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: quantecon
22
channels:
3-
- anaconda
3+
- conda-forge
44
- default
55
dependencies:
66
- python=3.10
77
- anaconda=2023.03
8-
- graphviz
8+
- python-graphviz
99
- pip
1010
- pip:
1111
- jupyter-book==0.15.1

lectures/networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ to be installed on your computer. Installation instructions for graphviz can be
2323
```{code-cell} ipython3
2424
:tags: [hide-output]
2525
26-
pip install quantecon-book-networks pandas-datareader graphviz
26+
!pip install quantecon-book-networks pandas-datareader graphviz
2727
```
2828

2929

0 commit comments

Comments
 (0)