You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ check that the extension is properly configured with `jupyter nbextension list`.
93
93
the extension is properly configured, it still may not work right away, especially if
94
94
that widget requires initialization code in a notebook environment. In this case,
95
95
`{shinywidgets}` probably won't work without providing the equivalent setup information to
96
-
Shiny. Some known cases of this are:
96
+
Shiny. A known case of this is bokeh, which is why shinywidgets includes a [`bokeh_dependency()` function](https://github.com/posit-dev/py-shinywidgets/blob/255a0d15d74828c28999cdce3fe9a0b5c2795016/examples/outputs/app.py#L26).
0 commit comments