Nothing
Code
print(g_directed)
Output
<dm_graph> directed, 3 vertices, 2 edges
Vertices: a, b, c
Edges: a|b, b|c
Code
print(g_undirected)
Output
<dm_graph> undirected, 3 vertices, 2 edges
Vertices: a, b, c
Edges: a|b, b|c
Code
print(g)
Output
<dm_graph> undirected, 2 vertices, 0 edges
Vertices: x, y
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.