We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e94d1 commit 395f76dCopy full SHA for 395f76d
doc/python/troubleshooting.md
@@ -58,7 +58,7 @@ This is an example of a `plotly` graph correctly rendering inside `dash`:
58
```python hide_code=true
59
from IPython.display import IFrame
60
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
61
-IFrame(snippet_url + 'troubleshooting', width='100%', height=630)
+IFrame(snippet_url + 'renderers', width='100%', height=630)
62
```
63
64
<!-- #region -->
0 commit comments