Skip to content

Commit 7eb2278

Browse files
committed
Update renderers.md
1 parent 34b62e7 commit 7eb2278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/renderers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Use [Plotly Studio](https://plotly.com/studio) to build data apps with Plotly fi
237237

238238
```python hide_code=true
239239
from IPython.display import IFrame
240-
IFrame('https://www.youtube.com/embed/ZGWMv7PQn-U?si=sRuSNPZWD1AzZsCf', width='100%', height=600)
240+
IFrame('https://www.youtube.com/embed/ZGWMv7PQn-U?si=sRuSNPZWD1AzZsCf&rel=0', width='100%', height=600)
241241
```
242242

243243
### Displaying figures in Dash

0 commit comments

Comments
 (0)