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

Skip to content

Commit d781772

Browse files
committed
changed embedded plot
1 parent ae46f59 commit d781772

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

_posts/user_guide_python/bar_chart_stream.ipynb

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"cell_type": "code",
12-
"execution_count": 10,
12+
"execution_count": 2,
1313
"metadata": {
1414
"collapsed": false
1515
},
@@ -62,7 +62,7 @@
6262
},
6363
"outputs": [],
6464
"source": [
65-
"py.plot(fig, filename='bar-chart-streaming') #post this plot up onto the plotly servers"
65+
"py.plot(fig, filename='bar-chart') #post this plot up onto the plotly servers"
6666
]
6767
},
6868
{
@@ -98,27 +98,27 @@
9898
},
9999
{
100100
"cell_type": "code",
101-
"execution_count": 15,
101+
"execution_count": 3,
102102
"metadata": {
103103
"collapsed": false
104104
},
105105
"outputs": [
106106
{
107107
"data": {
108108
"text/html": [
109-
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~streaming-demos/112.embed\" height=\"525\" width=\"100%\"></iframe>"
109+
"<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~streaming-demos/116.embed\" height=\"525\" width=\"100%\"></iframe>"
110110
],
111111
"text/plain": [
112112
"<plotly.tools.PlotlyDisplay object>"
113113
]
114114
},
115-
"execution_count": 15,
115+
"execution_count": 3,
116116
"metadata": {},
117117
"output_type": "execute_result"
118118
}
119119
],
120120
"source": [
121-
"tls.embed('https://plot.ly/~streaming-demos/112/bar-chart-streaming/')"
121+
"tls.embed('https://plot.ly/~streaming-demos/116/bar-chart-streaming/')"
122122
]
123123
},
124124
{
@@ -142,7 +142,7 @@
142142
},
143143
{
144144
"cell_type": "code",
145-
"execution_count": 17,
145+
"execution_count": 4,
146146
"metadata": {
147147
"collapsed": false
148148
},
@@ -177,6 +177,24 @@
177177
"text": [
178178
"Requirement already up-to-date: publisher in /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages\r\n"
179179
]
180+
},
181+
{
182+
"name": "stderr",
183+
"output_type": "stream",
184+
"text": [
185+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning:\n",
186+
"\n",
187+
"The `IPython.nbconvert` package has been deprecated. You should import from nbconvert instead.\n",
188+
"\n",
189+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning:\n",
190+
"\n",
191+
"Did you \"Save\" this notebook before running this command? Remember to save, always save.\n",
192+
"\n",
193+
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:58: UserWarning:\n",
194+
"\n",
195+
"Your URL has more than 2 parts... are you sure?\n",
196+
"\n"
197+
]
180198
}
181199
],
182200
"source": [

0 commit comments

Comments
 (0)