Hello World!ΒΆ

In [1]:
import ipywidgethello

In [2]:
w = ipywidgethello.ExampleWidget()
In [3]:
assert w.value == 'Hello World'