Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 66be995

Browse filesBrowse files
committed
reformat nb
1 parent 5bdcb33 commit 66be995
Copy full SHA for 66be995

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎notebooks/introduction.ipynb

Copy file name to clipboardExpand all lines: notebooks/introduction.ipynb
+4-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.