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 c6f467f commit 8c31397Copy full SHA for 8c31397
example.ipynb
@@ -42,8 +42,26 @@
42
" cache_type=\"hybrid\", # optionally cache the pipeline\n",
43
")\n",
44
"\n",
45
- "pipeline.visualize_graphviz_widget()"
+ "dot_source = pipeline.visualize_graphviz(return_type=\"graphviz\").source"
46
]
47
+ },
48
+ {
49
+ "cell_type": "code",
50
+ "execution_count": null,
51
+ "metadata": {},
52
+ "outputs": [],
53
+ "source": [
54
+ "from graphviz_anywidget import GraphvizWidget\n",
55
+ "\n",
56
+ "GraphvizWidget(dot_source=dot_source)"
57
+ ]
58
59
60
61
62
63
64
+ "source": []
65
}
66
],
67
"metadata": {
0 commit comments