In [1]:
from nbmonty.widgets import *
from IPython.html.widgets import *
from IPython.utils.traitlets import *
In [2]:
horizons = Horizons()
horizons
In [5]:
horizons.nodes += (
{"@id": "aog:123", "name": "foo"},
{"@id": "aog:456", "name": "bar"},
)
In [7]:
horizons.ld
Out[7]: