|
15 | 15 | "metadata": {},
|
16 | 16 | "source": [
|
17 | 17 | "#### Version Check\n",
|
18 |
| - "Plotly's python package is updated frequently. Run `pip install plotly --upgrade` to use the latest version." |
19 |
| - ] |
20 |
| - }, |
21 |
| - { |
22 |
| - "cell_type": "code", |
23 |
| - "execution_count": 1, |
24 |
| - "metadata": {}, |
25 |
| - "outputs": [ |
26 |
| - { |
27 |
| - "data": { |
28 |
| - "text/plain": [ |
29 |
| - "'3.0.0rc5'" |
30 |
| - ] |
31 |
| - }, |
32 |
| - "execution_count": 1, |
33 |
| - "metadata": {}, |
34 |
| - "output_type": "execute_result" |
35 |
| - } |
36 |
| - ], |
37 |
| - "source": [ |
38 |
| - "import plotly\n", |
39 |
| - "plotly.__version__" |
| 18 | + "This is documentation for version 2 of plotly.py. See the [changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md#270---2018-05-23) for differences between package versions." |
40 | 19 | ]
|
41 | 20 | },
|
42 | 21 | {
|
|
55 | 34 | },
|
56 | 35 | {
|
57 | 36 | "cell_type": "code",
|
58 |
| - "execution_count": 2, |
| 37 | + "execution_count": 1, |
59 | 38 | "metadata": {},
|
60 | 39 | "outputs": [],
|
61 | 40 | "source": [
|
|
121 | 100 | },
|
122 | 101 | {
|
123 | 102 | "cell_type": "code",
|
124 |
| - "execution_count": 5, |
| 103 | + "execution_count": 4, |
125 | 104 | "metadata": {},
|
126 | 105 | "outputs": [],
|
127 | 106 | "source": [
|
|
154 | 133 | },
|
155 | 134 | {
|
156 | 135 | "cell_type": "code",
|
157 |
| - "execution_count": 6, |
| 136 | + "execution_count": 5, |
158 | 137 | "metadata": {},
|
159 | 138 | "outputs": [],
|
160 | 139 | "source": [
|
|
191 | 170 | },
|
192 | 171 | {
|
193 | 172 | "cell_type": "code",
|
194 |
| - "execution_count": 8, |
| 173 | + "execution_count": 6, |
195 | 174 | "metadata": {},
|
196 | 175 | "outputs": [
|
197 | 176 | {
|
198 | 177 | "data": {
|
199 | 178 | "text/html": [
|
200 |
| - "<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~chelsea_lyn/17385.embed\" height=\"525px\" width=\"100%\"></iframe>" |
| 179 | + "<iframe id=\"igraph\" scrolling=\"no\" style=\"border:none;\" seamless=\"seamless\" src=\"https://plot.ly/~PythonPlotBot/2523.embed\" height=\"525px\" width=\"100%\"></iframe>" |
201 | 180 | ],
|
202 | 181 | "text/plain": [
|
203 | 182 | "<plotly.tools.PlotlyDisplay object>"
|
204 | 183 | ]
|
205 | 184 | },
|
206 |
| - "execution_count": 8, |
| 185 | + "execution_count": 6, |
207 | 186 | "metadata": {},
|
208 | 187 | "output_type": "execute_result"
|
209 | 188 | }
|
|
235 | 214 | },
|
236 | 215 | {
|
237 | 216 | "cell_type": "code",
|
238 |
| - "execution_count": 7, |
| 217 | + "execution_count": 8, |
239 | 218 | "metadata": {},
|
240 | 219 | "outputs": [
|
241 | 220 | {
|
|
267 | 246 | "output_type": "stream",
|
268 | 247 | "text": [
|
269 | 248 | "Collecting git+https://github.com/plotly/publisher.git\n",
|
270 |
| - " Cloning https://github.com/plotly/publisher.git to c:\\users\\brand\\appdata\\local\\temp\\pip-req-build-fwemv9ri\n", |
| 249 | + " Cloning https://github.com/plotly/publisher.git to /tmp/pip-req-build-ed1leV\n", |
| 250 | + "Building wheels for collected packages: publisher\n", |
| 251 | + " Running setup.py bdist_wheel for publisher ... \u001b[?25ldone\n", |
| 252 | + "\u001b[?25h Stored in directory: /tmp/pip-ephem-wheel-cache-aK_SeJ/wheels/99/3e/a0/fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n", |
| 253 | + "Successfully built publisher\n", |
271 | 254 | "Installing collected packages: publisher\n",
|
272 | 255 | " Found existing installation: publisher 0.11\n",
|
273 | 256 | " Uninstalling publisher-0.11:\n",
|
274 | 257 | " Successfully uninstalled publisher-0.11\n",
|
275 |
| - " Running setup.py install for publisher: started\n", |
276 |
| - " Running setup.py install for publisher: finished with status 'done'\n", |
277 |
| - "Successfully installed publisher-0.11\n" |
278 |
| - ] |
279 |
| - }, |
280 |
| - { |
281 |
| - "name": "stderr", |
282 |
| - "output_type": "stream", |
283 |
| - "text": [ |
284 |
| - "C:\\Python27\\lib\\site-packages\\IPython\\nbconvert.py:13: ShimWarning:\n", |
285 |
| - "\n", |
286 |
| - "The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.\n", |
287 |
| - "\n", |
288 |
| - "C:\\Python27\\lib\\site-packages\\publisher\\publisher.py:53: UserWarning:\n", |
289 |
| - "\n", |
290 |
| - "Did you \"Save\" this notebook before running this command? Remember to save, always save.\n", |
291 |
| - "\n" |
| 258 | + "Successfully installed publisher-0.11\n", |
| 259 | + "\u001b[33mYou are using pip version 10.0.1, however version 18.1 is available.\n", |
| 260 | + "You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\n" |
292 | 261 | ]
|
293 | 262 | }
|
294 | 263 | ],
|
|
325 | 294 | "metadata": {
|
326 | 295 | "anaconda-cloud": {},
|
327 | 296 | "kernelspec": {
|
328 |
| - "display_name": "Python 3", |
| 297 | + "display_name": "Python 2", |
329 | 298 | "language": "python",
|
330 |
| - "name": "python3" |
| 299 | + "name": "python2" |
331 | 300 | },
|
332 | 301 | "language_info": {
|
333 | 302 | "codemirror_mode": {
|
334 | 303 | "name": "ipython",
|
335 |
| - "version": 3 |
| 304 | + "version": 2 |
336 | 305 | },
|
337 | 306 | "file_extension": ".py",
|
338 | 307 | "mimetype": "text/x-python",
|
339 | 308 | "name": "python",
|
340 | 309 | "nbconvert_exporter": "python",
|
341 |
| - "pygments_lexer": "ipython3", |
342 |
| - "version": "3.6.5" |
| 310 | + "pygments_lexer": "ipython2", |
| 311 | + "version": "2.7.15rc1" |
343 | 312 | }
|
344 | 313 | },
|
345 | 314 | "nbformat": 4,
|
|
0 commit comments