Skip to content

Commit e881a8c

Browse files
authored
Merge pull request #1000 from plotly/obsolete
Obsolete Section
2 parents 378c779 + 1b4b345 commit e881a8c

File tree

4 files changed

+104
-80
lines changed

4 files changed

+104
-80
lines changed

_posts/python/controls/sliders/2015-06-30-sliders.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4 id="Version-Check">Version Check<a class="anchor-link" href="#Version-Check"
6161

6262

6363
<div class="output_text output_subarea output_execute_result">
64-
<pre>&#39;1.12.12&#39;</pre>
64+
<pre>&#39;3.1.0&#39;</pre>
6565
</div>
6666

6767
</div>
@@ -81,7 +81,7 @@ <h4 id="Simple-Slider-Control">Simple Slider Control<a class="anchor-link" href=
8181
</div>
8282
<div class="cell border-box-sizing code_cell rendered">
8383
<div class="input">
84-
<div class="prompt input_prompt">In&nbsp;[1]:</div>
84+
<div class="prompt input_prompt">In&nbsp;[2]:</div>
8585
<div class="inner_cell">
8686
<div class="input_area">
8787
<div class=" highlight hl-ipython2"><pre><span></span><span class="kn">import</span> <span class="nn">plotly.plotly</span> <span class="kn">as</span> <span class="nn">py</span>
@@ -108,7 +108,7 @@ <h4 id="Simple-Slider-Control">Simple Slider Control<a class="anchor-link" href=
108108

109109
<div class="output_area">
110110

111-
<div class="prompt output_prompt">Out[1]:</div>
111+
<div class="prompt output_prompt">Out[2]:</div>
112112

113113

114114

@@ -124,7 +124,7 @@ <h4 id="Simple-Slider-Control">Simple Slider Control<a class="anchor-link" href=
124124
</div>
125125
<div class="cell border-box-sizing code_cell rendered">
126126
<div class="input">
127-
<div class="prompt input_prompt">In&nbsp;[10]:</div>
127+
<div class="prompt input_prompt">In&nbsp;[3]:</div>
128128
<div class="inner_cell">
129129
<div class="input_area">
130130
<div class=" highlight hl-ipython2"><pre><span></span><span class="n">steps</span> <span class="o">=</span> <span class="p">[]</span>
@@ -160,12 +160,12 @@ <h4 id="Simple-Slider-Control">Simple Slider Control<a class="anchor-link" href=
160160

161161
<div class="output_area">
162162

163-
<div class="prompt output_prompt">Out[10]:</div>
163+
<div class="prompt output_prompt">Out[3]:</div>
164164

165165

166166

167167
<div class="output_html rendered_html output_subarea output_execute_result">
168-
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~chelsea_lyn/13827.embed" height="525px" width="100%"></iframe>
168+
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~jordanpeterson/773.embed" height="525px" width="100%"></iframe>
169169
</div>
170170

171171
</div>
@@ -178,7 +178,6 @@ <h4 id="Simple-Slider-Control">Simple Slider Control<a class="anchor-link" href=
178178
</div>
179179
<div class="inner_cell">
180180
<div class="text_cell_render border-box-sizing rendered_html">
181-
<h4 id="Limitations">Limitations<a class="anchor-link" href="#Limitations">&#194;&#182;</a></h4><p>Sliders currently don't work with 3d plots, see <a href="https://github.com/plotly/plotly.js/issues/934">https://github.com/plotly/plotly.js/issues/934</a> for the most recent updates.</p>
182181
<h4 id="Reference">Reference<a class="anchor-link" href="#Reference">&#194;&#182;</a></h4><p>Check out <a href="https://plot.ly/python/reference/#layout-updatemenus">https://plot.ly/python/reference/#layout-updatemenus</a> for more information!</p>
183182

184183
</div>

_posts/python/controls/sliders/sliders.ipynb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{
2828
"data": {
2929
"text/plain": [
30-
"'1.12.12'"
30+
"'3.1.0'"
3131
]
3232
},
3333
"execution_count": 1,
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"cell_type": "code",
53-
"execution_count": 1,
53+
"execution_count": 2,
5454
"metadata": {},
5555
"outputs": [
5656
{
@@ -62,7 +62,7 @@
6262
"<plotly.tools.PlotlyDisplay object>"
6363
]
6464
},
65-
"execution_count": 1,
65+
"execution_count": 2,
6666
"metadata": {},
6767
"output_type": "execute_result"
6868
}
@@ -84,19 +84,19 @@
8484
},
8585
{
8686
"cell_type": "code",
87-
"execution_count": 10,
87+
"execution_count": 3,
8888
"metadata": {},
8989
"outputs": [
9090
{
9191
"data": {
9292
"text/html": [
93-
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/13827.embed\" height=\"525px\" width=\"100%\"></iframe>"
93+
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~jordanpeterson/773.embed\" height=\"525px\" width=\"100%\"></iframe>"
9494
],
9595
"text/plain": [
9696
"<plotly.tools.PlotlyDisplay object>"
9797
]
9898
},
99-
"execution_count": 10,
99+
"execution_count": 3,
100100
"metadata": {},
101101
"output_type": "execute_result"
102102
}
@@ -129,15 +129,13 @@
129129
"cell_type": "markdown",
130130
"metadata": {},
131131
"source": [
132-
"#### Limitations\n",
133-
"Sliders currently don't work with 3d plots, see https://github.com/plotly/plotly.js/issues/934 for the most recent updates.\n",
134132
"#### Reference\n",
135133
"Check out https://plot.ly/python/reference/#layout-updatemenus for more information!"
136134
]
137135
},
138136
{
139137
"cell_type": "code",
140-
"execution_count": 2,
138+
"execution_count": 4,
141139
"metadata": {},
142140
"outputs": [
143141
{
@@ -169,10 +167,10 @@
169167
"output_type": "stream",
170168
"text": [
171169
"Collecting git+https://github.com/plotly/publisher.git\n",
172-
" Cloning https://github.com/plotly/publisher.git to /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-req-build-7vcvKY\n",
170+
" Cloning https://github.com/plotly/publisher.git to /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-req-build-vVuBgz\n",
173171
"Building wheels for collected packages: publisher\n",
174172
" Running setup.py bdist_wheel for publisher ... \u001b[?25ldone\n",
175-
"\u001b[?25h Stored in directory: /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-ephem-wheel-cache-zBDEj7/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
173+
"\u001b[?25h Stored in directory: /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-ephem-wheel-cache-BtKFKH/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
176174
"Successfully built publisher\n",
177175
"Installing collected packages: publisher\n",
178176
" Found existing installation: publisher 0.11\n",

0 commit comments

Comments
 (0)