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

Skip to content

Commit 74c00ad

Browse files
author
yankev
committed
bar stream
1 parent a2cd404 commit 74c00ad

File tree

1 file changed

+38
-6
lines changed

1 file changed

+38
-6
lines changed

_posts/user_guide_python/bar_chart_stream.ipynb

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"cell_type": "code",
12-
"execution_count": 4,
12+
"execution_count": 10,
1313
"metadata": {
1414
"collapsed": false
1515
},
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"cell_type": "code",
38-
"execution_count": 5,
38+
"execution_count": 11,
3939
"metadata": {
4040
"collapsed": true
4141
},
@@ -156,11 +156,43 @@
156156
},
157157
{
158158
"cell_type": "code",
159-
"execution_count": null,
159+
"execution_count": 12,
160160
"metadata": {
161161
"collapsed": false
162162
},
163-
"outputs": [],
163+
"outputs": [
164+
{
165+
"data": {
166+
"text/html": [
167+
"<link href=\"//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700\" rel=\"stylesheet\" type=\"text/css\" />"
168+
],
169+
"text/plain": [
170+
"<IPython.core.display.HTML object>"
171+
]
172+
},
173+
"metadata": {},
174+
"output_type": "display_data"
175+
},
176+
{
177+
"data": {
178+
"text/html": [
179+
"<link rel=\"stylesheet\" type=\"text/css\" href=\"http://help.plot.ly/documentation/all_static/css/ipython-notebook-custom.css\">"
180+
],
181+
"text/plain": [
182+
"<IPython.core.display.HTML object>"
183+
]
184+
},
185+
"metadata": {},
186+
"output_type": "display_data"
187+
},
188+
{
189+
"name": "stdout",
190+
"output_type": "stream",
191+
"text": [
192+
"Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n"
193+
]
194+
}
195+
],
164196
"source": [
165197
"from IPython.display import display, HTML\n",
166198
"\n",
@@ -170,9 +202,9 @@
170202
"! pip install publisher --upgrade\n",
171203
"import publisher\n",
172204
"publisher.publish(\n",
173-
" 'bar_chart_stream.ipynb', 'python/intro_streaming//', 'Getting Started with Plotly Streaming',\n",
205+
" 'bar_chart_stream.ipynb', 'python/bar_chart_stream//', 'Bar Chart Streaming Demo',\n",
174206
" 'Getting Started with Plotly Streaming',\n",
175-
" title = 'Getting Started with Plotly Streaming',\n",
207+
" title = 'Bar Chart Streaming',\n",
176208
" thumbnail='', language='python',\n",
177209
" layout='user-guide', has_thumbnail='false') "
178210
]

0 commit comments

Comments
 (0)