Skip to content

Commit

Permalink
render example notebooks with development version on binder
Browse files Browse the repository at this point in the history
- Ubunti 18.04 LTS (bionic beaver)
- Python 3.7.12
- Graphviz 2.40.1
  • Loading branch information
xflr6 committed Apr 16, 2022
1 parent 68e69c7 commit fc75da8
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 187 deletions.
20 changes: 10 additions & 10 deletions examples/graphviz-engines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"data": {
"text/plain": [
"('0.19', (2, 40, 1))"
"('0.20.dev0', (2, 40, 1))"
]
},
"execution_count": 1,
Expand All @@ -17,7 +17,7 @@
}
],
"source": [
"#%cd -q ..\n",
"%cd -q ..\n",
"\n",
"import graphviz\n",
"\n",
Expand Down Expand Up @@ -90,7 +90,7 @@
"</svg>\n"
],
"text/plain": [
"<graphviz.graphs.Digraph at 0x7fa255779c10>"
"<graphviz.graphs.Digraph at 0x7fc7701f6390>"
]
},
"metadata": {},
Expand Down Expand Up @@ -158,7 +158,7 @@
"</svg>\n"
],
"text/plain": [
"<graphviz.graphs.Digraph at 0x7fa255779c10>"
"<graphviz.graphs.Digraph at 0x7fc7701f6390>"
]
},
"metadata": {},
Expand Down Expand Up @@ -226,7 +226,7 @@
"</svg>\n"
],
"text/plain": [
"<graphviz.graphs.Digraph at 0x7fa255779c10>"
"<graphviz.graphs.Digraph at 0x7fc7701f6390>"
]
},
"metadata": {},
Expand Down Expand Up @@ -294,7 +294,7 @@
"</svg>\n"
],
"text/plain": [
"<graphviz.graphs.Digraph at 0x7fa255779c10>"
"<graphviz.graphs.Digraph at 0x7fc7701f6390>"
]
},
"metadata": {},
Expand Down Expand Up @@ -362,7 +362,7 @@
"</svg>\n"
],
"text/plain": [
"<graphviz.graphs.Digraph at 0x7fa255779c10>"
"<graphviz.graphs.Digraph at 0x7fc7701f6390>"
]
},
"metadata": {},
Expand Down Expand Up @@ -412,7 +412,7 @@
"</svg>\n"
],
"text/plain": [
"<graphviz.graphs.Digraph at 0x7fa255779c10>"
"<graphviz.graphs.Digraph at 0x7fc7701f6390>"
]
},
"metadata": {},
Expand Down Expand Up @@ -480,7 +480,7 @@
"</svg>\n"
],
"text/plain": [
"<graphviz.graphs.Digraph at 0x7fa255779c10>"
"<graphviz.graphs.Digraph at 0x7fc7701f6390>"
]
},
"metadata": {},
Expand Down Expand Up @@ -548,7 +548,7 @@
"</svg>\n"
],
"text/plain": [
"<graphviz.graphs.Digraph at 0x7fa255779c10>"
"<graphviz.graphs.Digraph at 0x7fc7701f6390>"
]
},
"metadata": {},
Expand Down
Loading

0 comments on commit fc75da8

Please sign in to comment.