Skip to content

Commit 123bf2e

Browse files
committed
demonstrate showing the widget in the example
1 parent 381ee80 commit 123bf2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

{{cookiecutter.github_project_name}}/examples/introduction.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
25-
"w = {{ cookiecutter.python_package_name }}.ExampleWidget()"
25+
"w = {{ cookiecutter.python_package_name }}.ExampleWidget()\n"
26+
"w"
2627
]
2728
},
2829
{

0 commit comments

Comments
 (0)