Skip to content

Commit af502fa

Browse files
authored
Merge pull request #913 from plotly/choropleth_version
update to version 2.5.1 in county choropleth docs
2 parents 1fc6cbb + 9ca89c5 commit af502fa

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

_posts/python/fundamentals/dashboard/dashboard-api.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
{
5656
"cell_type": "code",
5757
"execution_count": 50,
58-
"metadata": {},
58+
"metadata": {
59+
"collapsed": true
60+
},
5961
"outputs": [],
6062
"source": [
6163
"import plotly.dashboard_objs as dashboard\n",
@@ -243,7 +245,9 @@
243245
{
244246
"cell_type": "code",
245247
"execution_count": 51,
246-
"metadata": {},
248+
"metadata": {
249+
"collapsed": true
250+
},
247251
"outputs": [],
248252
"source": [
249253
"import re\n",

_posts/python/maps/county-choropleth/2015-06-30-county_choropleth.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h4 id="New-to-Plotly?">New to Plotly?<a class="anchor-link" href="#New-to-Plotl
2828
</div>
2929
<div class="inner_cell">
3030
<div class="text_cell_render border-box-sizing rendered_html">
31-
<h4 id="Version-Check">Version Check<a class="anchor-link" href="#Version-Check">&#194;&#182;</a></h4><p>Note: <code>United States County Choropleths</code> are available in version <b>2.4.1+</b><br>
31+
<h4 id="Version-Check">Version Check<a class="anchor-link" href="#Version-Check">&#194;&#182;</a></h4><p>Note: <code>United States County Choropleths</code> are available in version <b>2.5.1+</b><br>
3232
Run <code>pip install plotly --upgrade</code> to update your Plotly version</p>
3333

3434
</div>
@@ -59,7 +59,7 @@ <h4 id="Version-Check">Version Check<a class="anchor-link" href="#Version-Check"
5959

6060

6161
<div class="output_text output_subarea output_execute_result">
62-
<pre>&#39;2.4.1&#39;</pre>
62+
<pre>&#39;2.5.1&#39;</pre>
6363
</div>
6464

6565
</div>

_posts/python/maps/county-choropleth/county_choropleth.ipynb

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"metadata": {},
1616
"source": [
1717
"#### Version Check\n",
18-
"Note: `United States County Choropleths` are available in version <b>2.4.1+</b><br>\n",
18+
"Note: `United States County Choropleths` are available in version <b>2.5.1+</b><br>\n",
1919
"Run `pip install plotly --upgrade` to update your Plotly version"
2020
]
2121
},
@@ -27,7 +27,7 @@
2727
{
2828
"data": {
2929
"text/plain": [
30-
"'2.4.1'"
30+
"'2.5.1'"
3131
]
3232
},
3333
"execution_count": 1,
@@ -643,7 +643,7 @@
643643
},
644644
{
645645
"cell_type": "code",
646-
"execution_count": 1,
646+
"execution_count": 2,
647647
"metadata": {},
648648
"outputs": [
649649
{
@@ -675,7 +675,7 @@
675675
"output_type": "stream",
676676
"text": [
677677
"Collecting git+https://github.com/plotly/publisher.git\n",
678-
" Cloning https://github.com/plotly/publisher.git to /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-eYV69Z-build\n",
678+
" Cloning https://github.com/plotly/publisher.git to /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-bugWgv-build\n",
679679
"Installing collected packages: publisher\n",
680680
" Found existing installation: publisher 0.11\n",
681681
" Uninstalling publisher-0.11:\n",
@@ -688,10 +688,14 @@
688688
"name": "stderr",
689689
"output_type": "stream",
690690
"text": [
691-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning: The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n",
692-
" \"You should import from nbconvert instead.\", ShimWarning)\n",
693-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning: Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
694-
" warnings.warn('Did you \"Save\" this notebook before running this command? '\n"
691+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning:\n",
692+
"\n",
693+
"The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n",
694+
"\n",
695+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning:\n",
696+
"\n",
697+
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
698+
"\n"
695699
]
696700
}
697701
],

0 commit comments

Comments
 (0)