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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ the `output_widget()` container. More technically, widget-like means:
20
20
* Any object that subclasses `{ipywidgets}`'s `Widget` class.
21
21
* Some other widget-like object that can be coerced into a `Widget`. Currently, we
22
22
support objects from `{altair}`, `{bokeh}`, and `{pydeck}`, but [please let us
23
-
know](https://github.com/rstudio/shinywidgets/issues/new) about other packages that we
23
+
know](https://github.com/rstudio/py-shinywidgets/issues/new) about other packages that we
24
24
should support.
25
25
26
26
The recommended way to incorporate `{shinywidgets}` widgets into Shiny apps is to:
@@ -219,7 +219,7 @@ packages
219
219
## Troubleshooting
220
220
221
221
If after [installing](#installation)`{shinywidgets}`, you have trouble rendering widgets,
222
-
first try running the "hello world" ipywidgets [example](https://github.com/rstudio/shinywidgets/blob/main/examples/ipywidgets/app.py). If that doesn't work, it could be that you have an unsupported version
222
+
first try running the "hello world" ipywidgets [example](https://github.com/rstudio/py-shinywidgets/blob/main/examples/ipywidgets/app.py). If that doesn't work, it could be that you have an unsupported version
223
223
of a dependency like `{ipywidgets}` or `{shiny}`.
224
224
225
225
If you can run the "hello world" example, but "3rd party" widget(s) don't work, first
0 commit comments