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 9d7fa5c commit 4a13bb0Copy full SHA for 4a13bb0
{{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/example.py
@@ -23,4 +23,4 @@ class ExampleWidget(DOMWidget):
23
_view_module = Unicode(module_name).tag(sync=True)
24
_view_module_version = Unicode(module_version).tag(sync=True)
25
26
- value = Unicode('Hello World')
+ value = Unicode('Hello World').tag(sync=True)
0 commit comments