Skip to content

Commit e1b1917

Browse files
committed
test-new-snippets
1 parent dc84132 commit e1b1917

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+74
-74
lines changed

doc/python/3d-mesh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
7777

7878
```python hide_code=true
7979
from IPython.display import IFrame
80-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
80+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
8181
IFrame(snippet_url + '3d-mesh', width='100%', height=1200)
8282
```
8383

doc/python/3d-scatter-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8282

8383
```python hide_code=true
8484
from IPython.display import IFrame
85-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
85+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
8686
IFrame(snippet_url + '3d-scatter-plots', width='100%', height=1200)
8787
```
8888

doc/python/animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
5757

5858
```python hide_code=true
5959
from IPython.display import IFrame
60-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
60+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
6161
IFrame(snippet_url + 'animations', width='100%', height=1200)
6262
```
6363

doc/python/axes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
133133

134134
```python hide_code=true
135135
from IPython.display import IFrame
136-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
136+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
137137
IFrame(snippet_url + 'axes', width='100%', height=1200)
138138
```
139139

doc/python/bar-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
9696

9797
```python hide_code=true
9898
from IPython.display import IFrame
99-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
99+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
100100
IFrame(snippet_url + 'bar-charts', width='100%', height=1200)
101101
```
102102

doc/python/bio-alignment-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ fig.show()
5858

5959
```python hide_code=true
6060
from IPython.display import IFrame
61-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
61+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
6262
IFrame(snippet_url + 'bio-alignmentchart', width='100%', height=1200)
6363
```

doc/python/bio-clustergram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ dash_bio.Clustergram(
102102

103103
```python hide_code=true
104104
from IPython.display import IFrame
105-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
105+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
106106
IFrame(snippet_url + 'bio-clustergram', width='100%', height=1200)
107107
```

doc/python/bio-manhattanplot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ dash_bio.ManhattanPlot(
7171

7272
```python hide_code=true
7373
from IPython.display import IFrame
74-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
74+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
7575
IFrame(snippet_url + 'bio-manhattanplot', width='100%', height=1200)
7676
```

doc/python/bio-volcano-plot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ dash_bio.VolcanoPlot(
7171

7272
```python hide_code=true
7373
from IPython.display import IFrame
74-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
74+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
7575
IFrame(snippet_url + 'bio-volcano', width='100%', height=1200)
7676
```

doc/python/box-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
7373

7474
```python hide_code=true
7575
from IPython.display import IFrame
76-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
76+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
7777
IFrame(snippet_url + 'box-plots', width='100%', height=1200)
7878
```
7979

doc/python/builtin-colorscales.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8383

8484
```python hide_code=true
8585
from IPython.display import IFrame
86-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
86+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
8787
IFrame(snippet_url + 'builtin-colorscales', width='100%', height=1200)
8888
```
8989

doc/python/candlestick-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8383

8484
```python hide_code=true
8585
from IPython.display import IFrame
86-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
86+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
8787
IFrame(snippet_url + 'candlestick-charts', width='100%', height=1200)
8888
```
8989

doc/python/choropleth-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
151151

152152
```python hide_code=true
153153
from IPython.display import IFrame
154-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
154+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
155155
IFrame(snippet_url + 'choropleth-maps', width='100%', height=1200)
156156
```
157157

doc/python/colorscales.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
9999

100100
```python hide_code=true
101101
from IPython.display import IFrame
102-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
102+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
103103
IFrame(snippet_url + 'colorscales', width='100%', height=1200)
104104
```
105105

doc/python/creating-and-updating-figures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
136136

137137
```python hide_code=true
138138
from IPython.display import IFrame
139-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
139+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
140140
IFrame(snippet_url + 'figure-structure', width='100%', height=1200)
141141
```
142142

doc/python/discrete-color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
107107

108108
```python hide_code=true
109109
from IPython.display import IFrame
110-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
110+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
111111
IFrame(snippet_url + 'discrete-color', width='100%', height=1200)
112112
```
113113

doc/python/distplot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
6565

6666
```python hide_code=true
6767
from IPython.display import IFrame
68-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
68+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
6969
IFrame(snippet_url + 'distplot', width='100%', height=1200)
7070
```
7171

doc/python/figure-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
114114

115115
```python hide_code=true
116116
from IPython.display import IFrame
117-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
117+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
118118
IFrame(snippet_url + 'figure-labels', width='100%', height=1200)
119119
```
120120

doc/python/figure-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
5858

5959
```python hide_code=true
6060
from IPython.display import IFrame
61-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
61+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
6262
IFrame(snippet_url + 'figure-structure', width='100%', height=1200)
6363
```
6464

doc/python/filled-area-plots.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
5757

5858
```python hide_code=true
5959
from IPython.display import IFrame
60-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
60+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
6161
IFrame(snippet_url + 'filled-area-plots', width='100%', height=1200)
6262
```
6363

@@ -133,9 +133,9 @@ fig.show()
133133

134134
*New in 5.20*
135135

136-
Scatter traces with a fill support a `fillgradient`, which is a `dict` of options that defines the gradient. Use `fillgradient.colorscale` to define the [colorscale](https://plotly.com/python/colorscales) for the gradient and choose a `type` to define the orientation of the gradient (`'horizontal'`, `'vertical'` or `'radial'`).
136+
Scatter traces with a fill support a `fillgradient`, which is a `dict` of options that defines the gradient. Use `fillgradient.colorscale` to define the [colorscale](https://plotly.com/python/colorscales) for the gradient and choose a `type` to define the orientation of the gradient (`'horizontal'`, `'vertical'` or `'radial'`).
137137

138-
In the following example, we've defined a `horizontal` `fillgradient` with a colorscale of three colors.
138+
In the following example, we've defined a `horizontal` `fillgradient` with a colorscale of three colors.
139139

140140
```python
141141
import plotly.graph_objects as go

doc/python/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8484

8585
```python hide_code=true
8686
from IPython.display import IFrame
87-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
87+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
8888
IFrame(snippet_url + 'getting-started', width='100%', height=1200)
8989
```
9090

doc/python/heatmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
102102

103103
```python hide_code=true
104104
from IPython.display import IFrame
105-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
105+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
106106
IFrame(snippet_url + 'heatmaps', width='100%', height=1200)
107107
```
108108

doc/python/histograms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
109109

110110
```python hide_code=true
111111
from IPython.display import IFrame
112-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
112+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
113113
IFrame(snippet_url + 'histograms', width='100%', height=1200)
114114
```
115115

doc/python/horizontal-vertical-shapes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
7676

7777
```python hide_code=true
7878
from IPython.display import IFrame
79-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
79+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
8080
IFrame(snippet_url + 'horizontal-vertical-shapes', width='100%', height=1200)
8181
```
8282

@@ -95,9 +95,9 @@ import plotly.express as px
9595
df = px.data.stocks(indexed=True)
9696
fig = px.line(df)
9797
fig.add_hline(y=1, line_dash="dot",
98-
annotation_text="Jan 1, 2018 baseline",
98+
annotation_text="Jan 1, 2018 baseline",
9999
annotation_position="bottom right")
100-
fig.add_vrect(x0="2018-09-24", x1="2018-12-18",
100+
fig.add_vrect(x0="2018-09-24", x1="2018-12-18",
101101
annotation_text="decline", annotation_position="top left",
102102
fillcolor="green", opacity=0.25, line_width=0)
103103
fig.show()
@@ -111,12 +111,12 @@ import plotly.express as px
111111
df = px.data.stocks(indexed=True)
112112
fig = px.line(df)
113113
fig.add_hline(y=1, line_dash="dot",
114-
annotation_text="Jan 1, 2018 baseline",
114+
annotation_text="Jan 1, 2018 baseline",
115115
annotation_position="bottom right",
116116
annotation_font_size=20,
117117
annotation_font_color="blue"
118118
)
119-
fig.add_vrect(x0="2018-09-24", x1="2018-12-18",
119+
fig.add_vrect(x0="2018-09-24", x1="2018-12-18",
120120
annotation_text="decline", annotation_position="top left",
121121
annotation=dict(font_size=20, font_family="Times New Roman"),
122122
fillcolor="green", opacity=0.25, line_width=0)
@@ -132,7 +132,7 @@ import plotly.express as px
132132
df = px.data.stocks(indexed=True)
133133
fig = px.line(df, facet_col="company", facet_col_wrap=2)
134134
fig.add_hline(y=1, line_dash="dot", row=3, col="all",
135-
annotation_text="Jan 1, 2018 baseline",
135+
annotation_text="Jan 1, 2018 baseline",
136136
annotation_position="bottom right")
137137
fig.add_vrect(x0="2018-09-24", x1="2018-12-18", row="all", col=1,
138138
annotation_text="decline", annotation_position="top left",
@@ -176,11 +176,11 @@ fig.show()
176176

177177
```
178178

179-
With [text labels on shapes](/python/shapes/#adding-text-labels-to-shapes), you can also add text labels to shapes other than lines and rectangles, and the labels can be added automatically to shapes drawn by the user.
179+
With [text labels on shapes](/python/shapes/#adding-text-labels-to-shapes), you can also add text labels to shapes other than lines and rectangles, and the labels can be added automatically to shapes drawn by the user.
180180

181181

182182
### Reference
183183

184-
More details are available about [layout shapes](/python/shapes/) and [annotations](/python/text-and-annotations).
184+
More details are available about [layout shapes](/python/shapes/) and [annotations](/python/text-and-annotations).
185185

186186
Reference documentation is also available for [`add_hline`](https://plotly.com/python-api-reference/generated/plotly.graph_objects.Figure.html?highlight=add_hline#plotly.graph_objects.Figure.add_hline), [`add_vline`](https://plotly.com/python-api-reference/generated/plotly.graph_objects.Figure.html?highlight=add_vline#plotly.graph_objects.Figure.add_vline), [`add_hrect`](https://plotly.com/python-api-reference/generated/plotly.graph_objects.Figure.html?highlight=add_hrect#plotly.graph_objects.Figure.add_hrect), [`add_vrect`](https://plotly.com/python-api-reference/generated/plotly.graph_objects.Figure.html?highlight=add_vrect#plotly.graph_objects.Figure.add_vrect).

doc/python/hover-text-and-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Change the hovermode below and try hovering over the points:
9393

9494
```python hide_code=true
9595
from IPython.display import IFrame
96-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
96+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
9797
IFrame(snippet_url + 'hover-text-and-formatting', width='100%', height=1200)
9898
```
9999

doc/python/interactive-html-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
109109

110110
```python hide_code=true
111111
from IPython.display import IFrame
112-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
112+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
113113
IFrame(snippet_url + 'interactive-html-export', width='100%', height=1200)
114114
```
115115

doc/python/legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
199199

200200
```python hide_code=true
201201
from IPython.display import IFrame
202-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
202+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
203203
IFrame(snippet_url + 'legend', width='100%', height=1200)
204204
```
205205

doc/python/line-and-scatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
9494

9595
```python hide_code=true
9696
from IPython.display import IFrame
97-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
97+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
9898
IFrame(snippet_url + 'line-and-scatter', width='100%', height=1200)
9999
```
100100

doc/python/line-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
6767

6868
```python hide_code=true tags=[]
6969
from IPython.display import IFrame
70-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
70+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
7171
IFrame(snippet_url + 'line-charts', width='100%', height=1200)
7272
```
7373

doc/python/marker-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
116116

117117
```python hide_code=true
118118
from IPython.display import IFrame
119-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
119+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
120120
IFrame(snippet_url + 'marker-style', width='100%', height=1200)
121121
```
122122

doc/python/ml-knn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
245245

246246
```python hide_code=true
247247
from IPython.display import IFrame
248-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
248+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
249249
IFrame(snippet_url + 'knn-classification', width='100%', height=1200)
250250
```
251251

doc/python/ml-regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
100100

101101
```python hide_code=true
102102
from IPython.display import IFrame
103-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
103+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
104104
IFrame(snippet_url + 'ml-regression', width='100%', height=1200)
105105
```
106106

doc/python/ml-roc-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
128128

129129
```python hide_code=true
130130
from IPython.display import IFrame
131-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
131+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
132132
IFrame(snippet_url + 'roc-and-pr-curves', width='100%', height=1200)
133133
```
134134

doc/python/multiple-axes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
8484

8585
```python hide_code=true
8686
from IPython.display import IFrame
87-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
87+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
8888
IFrame(snippet_url + 'multiple-axes', width='100%', height=1200)
8989
```
9090

doc/python/network-graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
160160

161161
```python hide_code=true
162162
from IPython.display import IFrame
163-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
163+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
164164
IFrame(snippet_url + 'network-graphs', width='100%', height=1200)
165165
```
166166

doc/python/pie-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
7272

7373
```python hide_code=true
7474
from IPython.display import IFrame
75-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
75+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
7676
IFrame(snippet_url + 'pie-charts', width='100%', height=1200)
7777
```
7878

doc/python/plot-data-from-csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
6565

6666
```python hide_code=true
6767
from IPython.display import IFrame
68-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
68+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
6969
IFrame(snippet_url + 'plot-data-from-csv', width='100%', height=1200)
7070
```
7171

doc/python/plotly-express.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Get started with [the official Dash docs](https://dash.plotly.com/installation)
9494

9595
```python hide_code=true
9696
from IPython.display import IFrame
97-
snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-snippets/'
97+
snippet_url = 'https://test-snippets-pp-0c64a1035941.herokuapp.com/python-docs-dash-snippets/'
9898
IFrame(snippet_url + 'plotly-express', width='100%', height=1200)
9999
```
100100

0 commit comments

Comments
 (0)