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
from ipyshiny import output_widget, register_widget, reactive_read
155
+
from ipyshiny import output_widget, render_widget
152
156
import ipyleaflet as L
153
157
154
158
app_ui = ui.page_fluid(
@@ -212,7 +216,7 @@ In some cases, the package(s) that you want to use may not come pre-bundled with
212
216
file](https://pyshiny.netlify.app/examples/#extra-packages) to pre-install those other
213
217
packages
214
218
215
-
## Troubleshooting {#troubleshooting}
219
+
## Troubleshooting
216
220
217
221
If after [installing](#installation)`{ipyshiny}`, you have trouble rendering widgets,
218
222
first try running the "hello world" ipywidgets [example](https://github.com/rstudio/ipyshiny/blob/main/examples/ipywidgets/app.py). If that doesn't work, it could be that you have an unsupported version
0 commit comments