Skip to content

Commit

Permalink
Merge pull request jupyter-widgets#4 from SylvainCorlay/registration
Browse files Browse the repository at this point in the history
Registration of custom widget
  • Loading branch information
SylvainCorlay authored Jun 16, 2016
2 parents 8a96e90 + 828d1d4 commit d4f5a8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from traitlets import Unicode


@widgets.register('hello.Hello')
class HelloWorld(widgets.DOMWidget):
""""""
_view_name = Unicode('HelloView').tag(sync=True)
Expand Down

0 comments on commit d4f5a8a

Please sign in to comment.