|
4 | 4 | "cell_type": "markdown", |
5 | 5 | "metadata": {}, |
6 | 6 | "source": [ |
7 | | - "New to Plotly's python API? <br>\n", |
| 7 | + "#### API authentication\n", |
| 8 | + "New to Plotly's python API? <br> \n", |
8 | 9 | "Learn about API authentication here: https://plot.ly/python/getting-started <br>\n", |
9 | 10 | "Find your api_key here: https://plot.ly/settings/api" |
10 | 11 | ] |
|
131 | 132 | }, |
132 | 133 | { |
133 | 134 | "cell_type": "code", |
134 | | - "execution_count": 3, |
| 135 | + "execution_count": 5, |
135 | 136 | "metadata": { |
136 | 137 | "collapsed": false |
137 | 138 | }, |
|
145 | 146 | "<plotly.tools.PlotlyDisplay object>" |
146 | 147 | ] |
147 | 148 | }, |
148 | | - "execution_count": 3, |
| 149 | + "execution_count": 5, |
149 | 150 | "metadata": {}, |
150 | 151 | "output_type": "execute_result" |
151 | 152 | } |
|
157 | 158 | "import numpy as np\n", |
158 | 159 | "\n", |
159 | 160 | "data = []\n", |
160 | | - "trace_num = 20\n", |
| 161 | + "trace_num = 10\n", |
161 | 162 | "point_num = 5000\n", |
162 | 163 | "for i in range(trace_num):\n", |
163 | 164 | " data.append(go.Scattergl(\n", |
|
186 | 187 | }, |
187 | 188 | { |
188 | 189 | "cell_type": "code", |
189 | | - "execution_count": 4, |
| 190 | + "execution_count": 6, |
190 | 191 | "metadata": { |
191 | 192 | "collapsed": false |
192 | 193 | }, |
|
220 | 221 | "output_type": "stream", |
221 | 222 | "text": [ |
222 | 223 | "Collecting git+https://github.com/plotly/publisher.git\n", |
223 | | - " Cloning https://github.com/plotly/publisher.git to /var/folders/72/g6h98xwx0h1gp4kc8rzhsdh80000gn/T/pip-MlrCFr-build\n", |
| 224 | + " Cloning https://github.com/plotly/publisher.git to /var/folders/72/g6h98xwx0h1gp4kc8rzhsdh80000gn/T/pip-zYQFwJ-build\n", |
224 | 225 | "Installing collected packages: publisher\n", |
225 | 226 | " Found existing installation: publisher 0.10\n", |
226 | 227 | " Uninstalling publisher-0.10:\n", |
|
230 | 231 | "\u001b[33mYou are using pip version 8.0.3, however version 8.1.1 is available.\n", |
231 | 232 | "You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\n" |
232 | 233 | ] |
233 | | - }, |
234 | | - { |
235 | | - "name": "stderr", |
236 | | - "output_type": "stream", |
237 | | - "text": [ |
238 | | - "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning:\n", |
239 | | - "\n", |
240 | | - "The `IPython.nbconvert` package has been deprecated. You should import from nbconvert instead.\n", |
241 | | - "\n", |
242 | | - "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/publisher/publisher.py:53: UserWarning:\n", |
243 | | - "\n", |
244 | | - "Did you \"Save\" this notebook before running this command? Remember to save, always save.\n", |
245 | | - "\n" |
246 | | - ] |
247 | 234 | } |
248 | 235 | ], |
249 | 236 | "source": [ |
|
0 commit comments