Skip to content

Commit 6429bd5

Browse files
committed
Update renderers.md
1 parent 16f6488 commit 6429bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/renderers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Plotly's Python graphing library, `plotly.py`, gives you a wide range of options
4141
In general, there are six different approaches you can take in order to display `plotly` figures:
4242

4343
- Using the `renderers` framework in the context of a script or notebook (the main topic of this page)
44-
- Using [Plotly Studio](https://plotly.com/studio) to generate charts using natural language
44+
- Using [Plotly Studio](https://plotly.com/studio?utm_medium=graphing_libraries&utm_content=python_renderers) to generate charts using natural language
4545
- Using [Dash](https://dash.plot.ly) in a web app context
4646
- Using a [`FigureWidget` rather than a `Figure`](https://plotly.com/python/figurewidget/) in an [`ipywidgets` context](https://ipywidgets.readthedocs.io/en/stable/)
4747
- By [exporting to an HTML file](https://plotly.com/python/interactive-html-export/) and loading that file in a browser immediately or later
@@ -233,7 +233,7 @@ fig.show(renderer="png", width=800, height=300)
233233

234234
### Displaying figures in Plotly Studio
235235

236-
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/).
236+
Use [Plotly Studio](https://plotly.com/studio?utm_medium=graphing_libraries&utm_content=python_renderers) 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/?utm_medium=graphing_libraries&utm_content=python_renderers) app that you can publish to [Plotly Cloud](https://plotly.com/cloud/?utm_medium=graphing_libraries&utm_content=python_renderers) or [Dash Enterprise](https://plotly.com/dash/?utm_medium=graphing_libraries&utm_content=python_renderers).
237237

238238
```python hide_code=true
239239
from IPython.display import HTML

0 commit comments

Comments
 (0)