We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb2278 commit 4b73be5Copy full SHA for 4b73be5
doc/python/renderers.md
@@ -237,7 +237,7 @@ Use [Plotly Studio](https://plotly.com/studio) to build data apps with Plotly fi
237
238
```python hide_code=true
239
from IPython.display import IFrame
240
-IFrame('https://www.youtube.com/embed/ZGWMv7PQn-U?si=sRuSNPZWD1AzZsCf&rel=0', width='100%', height=600)
+IFrame('https://www.youtube.com/embed/ZGWMv7PQn-U?si=sRuSNPZWD1AzZsCf&mute=1', width='100%', height=600)
241
```
242
243
### Displaying figures in Dash
0 commit comments