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 468a826 commit cba2706Copy full SHA for cba2706
environment.yml
@@ -1,11 +1,11 @@
1
name: quantecon
2
channels:
3
- - anaconda
+ - conda-forge
4
- default
5
dependencies:
6
- python=3.10
7
- anaconda=2023.03
8
- - graphviz
+ - python-graphviz
9
- pip
10
- pip:
11
- jupyter-book==0.15.1
lectures/networks.md
@@ -23,7 +23,7 @@ to be installed on your computer. Installation instructions for graphviz can be
23
```{code-cell} ipython3
24
:tags: [hide-output]
25
26
-pip install quantecon-book-networks pandas-datareader graphviz
+!pip install quantecon-book-networks pandas-datareader graphviz
27
```
28
29
0 commit comments