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

0 commit comments

Comments
 (0)