Skip to content

Commit 4a13bb0

Browse files
Missing sync
1 parent 9d7fa5c commit 4a13bb0

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/{{cookiecutter.python_package_name}}/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ class ExampleWidget(DOMWidget):
2323
_view_module = Unicode(module_name).tag(sync=True)
2424
_view_module_version = Unicode(module_version).tag(sync=True)
2525

26-
value = Unicode('Hello World')
26+
value = Unicode('Hello World').tag(sync=True)

0 commit comments

Comments
 (0)