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 5bdcb33 commit 66be995Copy full SHA for 66be995
notebooks/introduction.ipynb
@@ -270,7 +270,10 @@
270
" # unobserve the slider's value if this component is no longer displayed\n",
271
" return lambda: slider.unobserve(handle_change, \"value\")\n",
272
"\n",
273
- " return html.div(slider_component, html.p(f\"ReactPy observes the value to be: \", value))"
+ " return html.div(\n",
274
+ " slider_component,\n",
275
+ " html.p(f\"ReactPy observes the value to be: \", value)\n",
276
+ " )"
277
]
278
},
279
{
0 commit comments