diff --git a/Graphviz.ipynb b/Graphviz.ipynb index 33a6bcf..9747341 100644 --- a/Graphviz.ipynb +++ b/Graphviz.ipynb @@ -708,10 +708,30 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 15, "metadata": {}, - "outputs": [], - "source": [] + "outputs": [ + { + "data": { + "text/plain": [ + "'tale.png'" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "dot.render(\"tale\", format=\"png\")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![](tale.png)" + ] }, { "cell_type": "code", diff --git a/tale.png b/tale.png new file mode 100644 index 0000000..2120254 Binary files /dev/null and b/tale.png differ