|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "cell_type": "code",
|
12 |
| - "execution_count": 4, |
| 12 | + "execution_count": 10, |
13 | 13 | "metadata": {
|
14 | 14 | "collapsed": false
|
15 | 15 | },
|
|
35 | 35 | },
|
36 | 36 | {
|
37 | 37 | "cell_type": "code",
|
38 |
| - "execution_count": 5, |
| 38 | + "execution_count": 11, |
39 | 39 | "metadata": {
|
40 | 40 | "collapsed": true
|
41 | 41 | },
|
|
156 | 156 | },
|
157 | 157 | {
|
158 | 158 | "cell_type": "code",
|
159 |
| - "execution_count": null, |
| 159 | + "execution_count": 12, |
160 | 160 | "metadata": {
|
161 | 161 | "collapsed": false
|
162 | 162 | },
|
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 | + ], |
164 | 196 | "source": [
|
165 | 197 | "from IPython.display import display, HTML\n",
|
166 | 198 | "\n",
|
|
170 | 202 | "! pip install publisher --upgrade\n",
|
171 | 203 | "import publisher\n",
|
172 | 204 | "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", |
174 | 206 | " 'Getting Started with Plotly Streaming',\n",
|
175 |
| - " title = 'Getting Started with Plotly Streaming',\n", |
| 207 | + " title = 'Bar Chart Streaming',\n", |
176 | 208 | " thumbnail='', language='python',\n",
|
177 | 209 | " layout='user-guide', has_thumbnail='false') "
|
178 | 210 | ]
|
|
0 commit comments