Skip to content

Commit 079d9c1

Browse files
authored
[markov_chains_II] MAINT: Update example4 graphviz figure (#423)
1 parent 82204c7 commit 079d9c1

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
22
lectures/_build
3-
*/.ipynb_checkpoints/
3+
.ipynb_checkpoints/
4+
.virtual_documents/
45
_build/*

lectures/_static/lecture_specific/graphviz/graphviz_generation.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"name": "stdout",
1919
"output_type": "stream",
2020
"text": [
21-
"Requirement already satisfied: graphviz in /Users/humphreyyang/anaconda3/envs/quantecon/lib/python3.9/site-packages (0.20.1)\n"
21+
"Requirement already satisfied: graphviz in /Users/mmcky/anaconda3/envs/quantecon/lib/python3.11/site-packages (0.20.3)\n"
2222
]
2323
}
2424
],
@@ -289,7 +289,7 @@
289289
},
290290
{
291291
"cell_type": "code",
292-
"execution_count": 8,
292+
"execution_count": 3,
293293
"id": "2d1becb5-6593-49e2-990f-e6a8799b7c2c",
294294
"metadata": {},
295295
"outputs": [
@@ -299,7 +299,7 @@
299299
"'../markov_chains_II/example4.png'"
300300
]
301301
},
302-
"execution_count": 8,
302+
"execution_count": 3,
303303
"metadata": {},
304304
"output_type": "execute_result"
305305
}
@@ -310,8 +310,8 @@
310310
"dot.node(\"0\")\n",
311311
"dot.node(\"1\")\n",
312312
"\n",
313-
"dot.edge(\"0\", \"1\", label=\"1.0\", color='red')\n",
314-
"dot.edge(\"1\", \"0\", label=\"1.0\", color='red')\n",
313+
"dot.edge(\"0\", \"1\", label=\"1.0\")\n",
314+
"dot.edge(\"1\", \"0\", label=\"1.0\")\n",
315315
"\n",
316316
"dot\n",
317317
"dot.render(filename='../markov_chains_II/example4')"
@@ -557,7 +557,7 @@
557557
"name": "python",
558558
"nbconvert_exporter": "python",
559559
"pygments_lexer": "ipython3",
560-
"version": "3.9.16"
560+
"version": "3.11.7"
561561
}
562562
},
563563
"nbformat": 4,
Loading

0 commit comments

Comments
 (0)