Displaying Graphs#
The Halerium Lab#
Graphs can be displayed in a Halerium Lab environment, where jupyter notebooks can be executed. To get a test account contact us on https://erium.de/
Show a Graph in the Lab#
To show a graph simply call show()
on a graph instance.
>>> show(graph)
The function call creates a GraphVisualizer
instance and calls its open
method, which updates the graph visualization
in the Lab. The created visualizer instance is returned by the function call.