Skip to content

Commit 34b62e7

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/python/renderers.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jupyter:
66
extension: .md
77
format_name: markdown
88
format_version: '1.3'
9-
jupytext_version: 1.14.1
9+
jupytext_version: 1.17.2
1010
kernelspec:
11-
display_name: Python 3
11+
display_name: Python 3 (ipykernel)
1212
language: python
1313
name: python3
1414
language_info:
@@ -20,7 +20,7 @@ jupyter:
2020
name: python
2121
nbconvert_exporter: python
2222
pygments_lexer: ipython3
23-
version: 3.8.8
23+
version: 3.12.0
2424
plotly:
2525
description: Displaying Figures using Plotly's Python graphing library
2626
display_as: file_settings
@@ -235,6 +235,11 @@ fig.show(renderer="png", width=800, height=300)
235235

236236
Use [Plotly Studio](https://plotly.com/studio) to build data apps with Plotly figures using natural language and AI. Describe the charts you want to Plotly Studio, which generates them within a [Dash](https://plotly.com/dash/) app that you can publish to [Plotly Cloud](https://plotly.com/cloud/) or [Dash Enterprise](https://plotly.com/dash/).
237237

238+
```python hide_code=true
239+
from IPython.display import IFrame
240+
IFrame('https://www.youtube.com/embed/ZGWMv7PQn-U?si=sRuSNPZWD1AzZsCf', width='100%', height=600)
241+
```
242+
238243
### Displaying figures in Dash
239244

240245
[Dash](https://plotly.com/dash/) is the best way to build analytical apps in Python using Plotly figures. To run the app below, run `pip install dash`, click "Download" to get the code and run `python app.py`.

0 commit comments

Comments
 (0)