Skip to content

Commit 395f76d

Browse files
Update doc/python/troubleshooting.md
1 parent f4e94d1 commit 395f76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This is an example of a `plotly` graph correctly rendering inside `dash`:
5858
```python hide_code=true
5959
from IPython.display import IFrame
6060
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
61-
IFrame(snippet_url + 'troubleshooting', width='100%', height=630)
61+
IFrame(snippet_url + 'renderers', width='100%', height=630)
6262
```
6363

6464
<!-- #region -->

0 commit comments

Comments
 (0)