Skip to content

Commit 9f09c39

Browse files
committed
Update histograms.md
1 parent e5c14fb commit 9f09c39

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/python/histograms.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jupyter:
88
format_version: '1.3'
99
jupytext_version: 1.14.1
1010
kernelspec:
11-
display_name: Python 3 (ipykernel)
11+
display_name: Python 3
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.0
23+
version: 3.8.8
2424
plotly:
2525
description: How to make Histograms in Python with Plotly.
2626
display_as: statistical
@@ -113,10 +113,8 @@ snippet_url = 'https://python-docs-dash-snippets.herokuapp.com/python-docs-dash-
113113
IFrame(snippet_url + 'histograms', width='100%', height=1200)
114114
```
115115

116-
<div style="font-size: 0.9em;"><div style="width: calc(100% - 30px); box-shadow: none; border: thin solid rgb(229, 229, 229);" data-user-style="{&quot;boxShadow&quot;:&quot;none&quot;,&quot;width&quot;:&quot;calc(100% - 30px)&quot;,&quot;border&quot;:&quot;thin rgb(229,229,229) solid&quot;}" class="block card ddk-card "><div class="card--content" style="padding: 5px;"><div><p><strong>Sign up for Dash Club</strong> → Updates from Chris Parmer and
117-
Adam Schroeder delivered to your inbox every two months. Includes tips and tricks,
118-
community apps, and deep dives into the Dash architecture.
119-
<u><a href="https://go.plotly.com/dash-club?utm_medium=graphing_library_docs&amp;utm_content=histograms">Join now</a></u>.</p></div></div></div></div>
116+
<div style="font-size: 0.9em;"><div style="width: calc(100% - 30px); box-shadow: none; border: thin solid rgb(229, 229, 229);"><div style="padding: 5px;"><div><p><strong>Sign up for Dash Club</strong> → Free cheat sheets plus updates from Chris Parmer and Adam Schroeder delivered to your inbox every two months. Includes tips and tricks, community apps, and deep dives into the Dash architecture.
117+
<u><a href="https://go.plotly.com/dash-club?utm_source=Dash+Club+2022&utm_medium=graphing_libraries&utm_content=inline">Join now</a></u>.</p></div></div></div></div>
120118

121119

122120
#### Accessing the counts (y-axis) values

0 commit comments

Comments
 (0)