GraphLayersVisibility

class orion_notebook.graph.graph_layers_visibility.GraphLayersVisibility(node_label: bool = True, edge_label: bool = True, edge_order_label: bool = True)

Bases: object

Class that wraps the layers view configuration of the Graph instance. Contains three parameters that configure the visibility of the labels.

edge_label: bool
edge_order_label: bool
node_label: bool