We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6d4719 + 1c700e1 commit 0ca160dCopy full SHA for 0ca160d
{{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/example.py
@@ -18,10 +18,10 @@
18
class ExampleWidget(DOMWidget):
19
"""TODO: Add docstring here
20
"""
21
- _model_name = 'ExampleModel'
+ _model_name = Unicode('ExampleModel').tag(sync=True)
22
_model_module = Unicode(module_name).tag(sync=True)
23
_model_module_version = Unicode(module_version).tag(sync=True)
24
- _view_name = 'ExampleView'
+ _view_name = Unicode('ExampleView').tag(sync=True)
25
_view_module = Unicode(module_name).tag(sync=True)
26
_view_module_version = Unicode(module_version).tag(sync=True)
27
0 commit comments