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

Skip to content

Commit f1c25d0

Browse files
committed
title edit
1 parent 3ebb94c commit f1c25d0

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

_posts/python/range-slider/2015-06-30-range-slider.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/range-slider/
2+
permalink: python/range-slider
33
description: Create graphs with range sliders and range selectors in Python with Plotly.
44
title: Python Range Slider and Selectors | plotly
55
has_thumbnail: true
@@ -18,7 +18,7 @@
1818
</div>
1919
<div class="inner_cell">
2020
<div class="text_cell_render border-box-sizing rendered_html">
21-
<h4>Now you can implement range sliders and selectors <br>in your Plotly graphs purely with <b>python</b>!!!</h4>
21+
<h4>Now you can implement range sliders and selectors <br>in your Plotly graphs purely with python!</h4>
2222
<p>New to our python API?<br>
2323
Learn about API authentication here: <a href="https://plot.ly/python/getting-started">https://plot.ly/python/getting-started</a> <br>
2424
Find your api_key here: <a href="https://plot.ly/settings/api">https://plot.ly/settings/api</a></p>
@@ -33,7 +33,7 @@ <h4>Now you can implement range sliders and selectors <br>in your Plotly graphs
3333
<div class="input_area">
3434
<div class=" highlight hl-ipython2"><pre><span class="kn">import</span> <span class="nn">plotly</span>
3535
<span class="kn">import</span> <span class="nn">plotly.plotly</span> <span class="kn">as</span> <span class="nn">py</span>
36-
<span class="kn">import</span> <span class="nn">plotly.graph_objs</span> <span class="kn">as</span> <span class="nn">go</span>
36+
<span class="kn">import</span> <span class="nn">plotly.graph_objs</span> <span class="kn">as</span> <span class="nn">go</span>
3737

3838
<span class="n">plotly</span><span class="o">.</span><span class="n">__version__</span>
3939
</pre></div>
@@ -160,7 +160,7 @@ <h5 id="Create-a-Graph-with-Range-Selectors-and-a-Range-Slider">Create a Graph w
160160
<div class="output_area"><div class="prompt output_prompt">Out[4]:</div>
161161

162162
<div class="output_html rendered_html output_subarea output_execute_result">
163-
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~chelsea_lyn/11581.embed" height="525px" width="100%"></iframe>
163+
<iframe id="igraph" scrolling="no" style="border:none;" seamless="seamless" src="https://plot.ly/~chelsea_lyn/11583.embed" height="525px" width="100%"></iframe>
164164
</div>
165165

166166
</div>

_posts/python/range-slider/range-slider.ipynb

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"#### Now you can implement range sliders and selectors <br>in your Plotly graphs purely with <b>python</b>!!!\n",
7+
"#### Now you can implement range sliders and selectors <br>in your Plotly graphs purely with python!\n",
88
"New to our python API?<br>\n",
99
"Learn about API authentication here: https://plot.ly/python/getting-started <br>\n",
1010
"Find your api_key here: https://plot.ly/settings/api"
@@ -84,7 +84,7 @@
8484
{
8585
"data": {
8686
"text/html": [
87-
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/11581.embed\" height=\"525px\" width=\"100%\"></iframe>"
87+
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/11583.embed\" height=\"525px\" width=\"100%\"></iframe>"
8888
],
8989
"text/plain": [
9090
"<plotly.tools.PlotlyDisplay object>"
@@ -136,7 +136,7 @@
136136
},
137137
{
138138
"cell_type": "code",
139-
"execution_count": 5,
139+
"execution_count": 6,
140140
"metadata": {
141141
"collapsed": false
142142
},
@@ -173,20 +173,6 @@
173173
"\u001b[33mYou are using pip version 8.0.3, however version 8.1.1 is available.\r\n",
174174
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\r\n"
175175
]
176-
},
177-
{
178-
"name": "stderr",
179-
"output_type": "stream",
180-
"text": [
181-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning:\n",
182-
"\n",
183-
"The `IPython.nbconvert` package has been deprecated. You should import from nbconvert instead.\n",
184-
"\n",
185-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning:\n",
186-
"\n",
187-
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
188-
"\n"
189-
]
190176
}
191177
],
192178
"source": [

0 commit comments

Comments
 (0)