In [1]:
from nbmonty.widgets import *
from IPython.html.widgets import *
from IPython.utils.traitlets import *


:0: FutureWarning: IPython widgets are experimental and may change in the future.

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]:
'[{"@id":"aog:123","name":"foo","x":"2015-01-27T15:34:18.052Z"},{"@id":"aog:456","name":"bar","x":"2029-10-03T21:42:40.377Z","y":27.84970238095238}]'