Skip to content

Commit b9972b5

Browse files
change reference to -> to barpolar
1 parent 4a94a05 commit b9972b5

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

_posts/python/scientific/wind-rose/2015-06-30-wind-rose.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h4 id="Basic-Wind-Rose-Chart">Basic Wind Rose Chart<a class="anchor-link" href=
122122
</div>
123123
<div class="inner_cell">
124124
<div class="text_cell_render border-box-sizing rendered_html">
125-
<h4 id="Reference">Reference<a class="anchor-link" href="#Reference">&#194;&#182;</a></h4><p>See <a href="https://plot.ly/python/reference/#area">https://plot.ly/python/reference/#area</a> for more information and chart attribute options!</p>
125+
<h4 id="Reference">Reference<a class="anchor-link" href="#Reference">&#194;&#182;</a></h4><p>See <a href="https://plot.ly/python/reference/#barpolar">https://plot.ly/python/reference/#barpolar</a> for more information and chart attribute options!</p>
126126

127127
</div>
128128
</div>

_posts/python/scientific/wind-rose/wind-rose.ipynb

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@
9898
"source": [
9999
"#### Reference\n",
100100
"\n",
101-
"See https://plot.ly/python/reference/#area for more information and chart attribute options!"
101+
"See https://plot.ly/python/reference/#barpolar for more information and chart attribute options!"
102102
]
103103
},
104104
{
105105
"cell_type": "code",
106-
"execution_count": 3,
106+
"execution_count": 1,
107107
"metadata": {},
108108
"outputs": [
109109
{
@@ -135,10 +135,10 @@
135135
"output_type": "stream",
136136
"text": [
137137
"Collecting git+https://github.com/plotly/publisher.git\n",
138-
" Cloning https://github.com/plotly/publisher.git to /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-req-build-Ehz_1e\n",
138+
" Cloning https://github.com/plotly/publisher.git to /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-req-build-FM7hk1\n",
139139
"Building wheels for collected packages: publisher\n",
140140
" Running setup.py bdist_wheel for publisher ... \u001b[?25ldone\n",
141-
"\u001b[?25h Stored in directory: /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-ephem-wheel-cache-AEl0nP/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
141+
"\u001b[?25h Stored in directory: /private/var/folders/tc/bs9g6vrd36q74m5t8h9cgphh0000gn/T/pip-ephem-wheel-cache-p_NUGG/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
142142
"Successfully built publisher\n",
143143
"Installing collected packages: publisher\n",
144144
" Found existing installation: publisher 0.11\n",
@@ -151,14 +151,10 @@
151151
"name": "stderr",
152152
"output_type": "stream",
153153
"text": [
154-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning:\n",
155-
"\n",
156-
"The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n",
157-
"\n",
158-
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning:\n",
159-
"\n",
160-
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
161-
"\n"
154+
"/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",
155+
" \"You should import from nbconvert instead.\", ShimWarning)\n",
156+
"/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",
157+
" warnings.warn('Did you \"Save\" this notebook before running this command? '\n"
162158
]
163159
}
164160
],

0 commit comments

Comments
 (0)