Skip to content

Commit

Permalink
add chdir so the checked-out version is used
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Dec 24, 2020
1 parent bdab503 commit f97f2ab
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions examples/graphviz-engines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"</svg>\r\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x525b188>"
"<graphviz.dot.Digraph at 0x4f7ebb0>"
]
},
"metadata": {},
Expand Down Expand Up @@ -124,7 +124,7 @@
"</svg>\r\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x525b188>"
"<graphviz.dot.Digraph at 0x4f7ebb0>"
]
},
"metadata": {},
Expand Down Expand Up @@ -186,7 +186,7 @@
"</svg>\r\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x525b188>"
"<graphviz.dot.Digraph at 0x4f7ebb0>"
]
},
"metadata": {},
Expand Down Expand Up @@ -248,7 +248,7 @@
"</svg>\r\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x525b188>"
"<graphviz.dot.Digraph at 0x4f7ebb0>"
]
},
"metadata": {},
Expand Down Expand Up @@ -310,7 +310,7 @@
"</svg>\r\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x525b188>"
"<graphviz.dot.Digraph at 0x4f7ebb0>"
]
},
"metadata": {},
Expand Down Expand Up @@ -357,7 +357,7 @@
"</svg>\r\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x525b188>"
"<graphviz.dot.Digraph at 0x4f7ebb0>"
]
},
"metadata": {},
Expand Down Expand Up @@ -419,7 +419,7 @@
"</svg>\r\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x525b188>"
"<graphviz.dot.Digraph at 0x4f7ebb0>"
]
},
"metadata": {},
Expand Down Expand Up @@ -481,7 +481,7 @@
"</svg>\r\n"
],
"text/plain": [
"<graphviz.dot.Digraph at 0x525b188>"
"<graphviz.dot.Digraph at 0x4f7ebb0>"
]
},
"metadata": {},
Expand All @@ -496,6 +496,8 @@
}
],
"source": [
"%cd -q ..\n",
"\n",
"from IPython.display import display\n",
"\n",
"import graphviz\n",
Expand Down Expand Up @@ -527,7 +529,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.8.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f97f2ab

Please sign in to comment.