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.
1 parent 755b482 commit dda5a55Copy full SHA for dda5a55
{{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/example.py
@@ -21,8 +21,8 @@ class ExampleWidget(DOMWidget):
21
_model_name = 'ExampleModel'
22
_model_module = Unicode(module_name).tag(sync=True)
23
_model_module_version = Unicode(module_version).tag(sync=True)
24
- _model_name = 'ExampleView'
+ _view_name = 'ExampleView'
25
_view_module = Unicode(module_name).tag(sync=True)
26
_view_module_version = Unicode(module_version).tag(sync=True)
27
28
- value = Unicode('Hello World')
+ value = Unicode('Hello World')
0 commit comments