In [2]:
import numpy as np
import networkx as nx
import matplotlib.pyplot as plt
from IPython.core.display import HTML

#import RHState
#import RHLibrary as lib
#import RHComponent

%matplotlib inline

In [10]:
%run viz001.py

In [8]:
HTML(svg_circles())


Out[8]:

In [12]:
c.repr_state()

In [13]:
c.nxGraph.size()


Out[13]:
54

In [ ]: