Skip to content

Commit 471a9aa

Browse files
committed
reorder code to remove superfluous output
1 parent 057f67e commit 471a9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ or even full-blown javascript widgets:
7171

7272
a = w.IntSlider()
7373
b = w.IntText()
74-
display(a, b)
7574
w.jslink((a, 'value'), (b, 'value'))
75+
display(a, b)
7676

7777
It is also possible to include code from a regular file by passing the filename as argument
7878
to ``jupyter-execute``::

0 commit comments

Comments
 (0)