-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
In VDOM Event Support there are two lines with typos in the first code example; corrected:
from IPython.display import display
return button(str(count), onClick=on_click, style={'width': '100', 'height': '40'})
The second code example has typos, too, corrected:
from IPython.display import display
model = vdom.div(
vdom.a("click this link", href-"#", onClick=inner_on_click),
onClick=outer_on_click
)
but even after corrected it doesn't run:
AttributeError: module 'vdom' has no attribute 'eventHandler'
Metadata
Metadata
Assignees
Labels
No labels