Skip to content

Commit 66be995

Browse files
committed
reformat nb
1 parent 5bdcb33 commit 66be995

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

notebooks/introduction.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,10 @@
270270
" # unobserve the slider's value if this component is no longer displayed\n",
271271
" return lambda: slider.unobserve(handle_change, \"value\")\n",
272272
"\n",
273-
" return html.div(slider_component, html.p(f\"ReactPy observes the value to be: \", value))"
273+
" return html.div(\n",
274+
" slider_component,\n",
275+
" html.p(f\"ReactPy observes the value to be: \", value)\n",
276+
" )"
274277
]
275278
},
276279
{

0 commit comments

Comments
 (0)