Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea89d54

Browse files
add dash examples
1 parent e46dfab commit ea89d54

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

_includes/documentation_eg.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,10 @@ <h4 class="example-section-title" id="layout-options">
627627
</div>
628628
{% endif %}
629629

630+
{% if page.dash_url !=blank %}
631+
<iframe width="100%" height="650px" src="{{ page.dash_url}}" frameborder="0" allowfullscreen=""></iframe>
632+
{% endif %}
633+
630634
{% if page.language == "python" or page.language == "r" or page.language == "plotly_js" %}
631635
<a href="https://plot.ly/products/dash/"><img src="https://s3-us-west-1.amazonaws.com/plotly-tutorials/plotly-documentation/images/1140px-Dash-ad.png"></a>
632636
{% endif %}

_posts/python/3d/2017-02-24-python-3d-index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
has_thumbnail: true
1010
thumbnail: thumbnail/mixed.jpg
1111
page_type: example_index
12+
dash_url: https://dash-simple-apps.plotly.host/dash-3dplot/frameBorder=0
1213
order: 20
1314
---
1415

_posts/python/basic/2017-02-24-python-basic-index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
has_thumbnail: true
1010
thumbnail: thumbnail/mixed.jpg
1111
page_type: example_index
12+
dash_url: https://dash-simple-apps.plotly.host/dash-basicplot/frameBorder=0
1213
order: 8
1314
---
1415

_posts/python/maps/2017-02-24-python-maps-index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
has_thumbnail: true
1010
thumbnail: thumbnail/mixed.jpg
1111
page_type: example_index
12+
dash_url: https://dash-simple-apps.plotly.host/dash-mapplot/frameBorder=0
1213
order: 20
1314
---
1415

_posts/python/statistical/2017-02-24-python-statistic-index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
has_thumbnail: true
1010
thumbnail: thumbnail/mixed.jpg
1111
page_type: example_index
12+
dash_url: https://dash-simple-apps.plotly.host/dash-statisticalplot/frameBorder=0
1213
order: 20
1314
---
1415

0 commit comments

Comments
 (0)