##// END OF EJS Templates
add kernel metadata to example notebooks
Min RK -
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -95,7 +95,25 b''
95 95 ]
96 96 }
97 97 ],
98 "metadata": {},
98 "metadata": {
99 "kernelspec": {
100 "display_name": "Python 3",
101 "language": "python",
102 "name": "python3"
103 },
104 "language_info": {
105 "codemirror_mode": {
106 "name": "ipython",
107 "version": 3
108 },
109 "file_extension": ".py",
110 "mimetype": "text/x-python",
111 "name": "python",
112 "nbconvert_exporter": "python",
113 "pygments_lexer": "ipython3",
114 "version": "3.4.2"
115 }
116 },
99 117 "nbformat": 4,
100 118 "nbformat_minor": 0
101 } No newline at end of file
119 }
@@ -186,7 +186,25 b''
186 186 ]
187 187 }
188 188 ],
189 "metadata": {},
189 "metadata": {
190 "kernelspec": {
191 "display_name": "Python 3",
192 "language": "python",
193 "name": "python3"
194 },
195 "language_info": {
196 "codemirror_mode": {
197 "name": "ipython",
198 "version": 3
199 },
200 "file_extension": ".py",
201 "mimetype": "text/x-python",
202 "name": "python",
203 "nbconvert_exporter": "python",
204 "pygments_lexer": "ipython3",
205 "version": "3.4.2"
206 }
207 },
190 208 "nbformat": 4,
191 209 "nbformat_minor": 0
192 } No newline at end of file
210 }
@@ -1335,7 +1335,25 b''
1335 1335 ]
1336 1336 }
1337 1337 ],
1338 "metadata": {},
1338 "metadata": {
1339 "kernelspec": {
1340 "display_name": "Python 3",
1341 "language": "python",
1342 "name": "python3"
1343 },
1344 "language_info": {
1345 "codemirror_mode": {
1346 "name": "ipython",
1347 "version": 3
1348 },
1349 "file_extension": ".py",
1350 "mimetype": "text/x-python",
1351 "name": "python",
1352 "nbconvert_exporter": "python",
1353 "pygments_lexer": "ipython3",
1354 "version": "3.4.2"
1355 }
1356 },
1339 1357 "nbformat": 4,
1340 1358 "nbformat_minor": 0
1341 } No newline at end of file
1359 }
@@ -380,7 +380,25 b''
380 380 ]
381 381 }
382 382 ],
383 "metadata": {},
383 "metadata": {
384 "kernelspec": {
385 "display_name": "Python 3",
386 "language": "python",
387 "name": "python3"
388 },
389 "language_info": {
390 "codemirror_mode": {
391 "name": "ipython",
392 "version": 3
393 },
394 "file_extension": ".py",
395 "mimetype": "text/x-python",
396 "name": "python",
397 "nbconvert_exporter": "python",
398 "pygments_lexer": "ipython3",
399 "version": "3.4.2"
400 }
401 },
384 402 "nbformat": 4,
385 403 "nbformat_minor": 0
386 } No newline at end of file
404 }
@@ -162,7 +162,7 b''
162 162 "cell_type": "markdown",
163 163 "metadata": {},
164 164 "source": [
165 "Tab completion, especially for attributes, is a convenient way to explore the structure of any object you\u2019re dealing with. Simply type `object_name.<TAB>` to view the object\u2019s attributes. Besides Python objects and keywords, tab completion also works on file and directory names."
165 "Tab completion, especially for attributes, is a convenient way to explore the structure of any object youre dealing with. Simply type `object_name.<TAB>` to view the objects attributes. Besides Python objects and keywords, tab completion also works on file and directory names."
166 166 ]
167 167 },
168 168 {
@@ -721,9 +721,9 b''
721 721 "text": [
722 722 "size: 010000000 loops, best of 3: 129 ns per loop\n",
723 723 " size: 1001000000 loops, best of 3: 649 ns per loop\n",
724 " size: 2001000000 loops, best of 3: 1.09 \u00b5s per loop\n",
725 " size: 3001000000 loops, best of 3: 1.74 \u00b5s per loop\n",
726 " size: 400100000 loops, best of 3: 2.72 \u00b5s per loop\n",
724 " size: 2001000000 loops, best of 3: 1.09 µs per loop\n",
725 " size: 3001000000 loops, best of 3: 1.74 µs per loop\n",
726 " size: 400100000 loops, best of 3: 2.72 µs per loop\n",
727 727 "\n"
728 728 ]
729 729 }
@@ -1799,7 +1799,25 b''
1799 1799 ]
1800 1800 }
1801 1801 ],
1802 "metadata": {},
1802 "metadata": {
1803 "kernelspec": {
1804 "display_name": "Python 3",
1805 "language": "python",
1806 "name": "python3"
1807 },
1808 "language_info": {
1809 "codemirror_mode": {
1810 "name": "ipython",
1811 "version": 3
1812 },
1813 "file_extension": ".py",
1814 "mimetype": "text/x-python",
1815 "name": "python",
1816 "nbconvert_exporter": "python",
1817 "pygments_lexer": "ipython3",
1818 "version": "3.4.2"
1819 }
1820 },
1803 1821 "nbformat": 4,
1804 1822 "nbformat_minor": 0
1805 } No newline at end of file
1823 }
@@ -481,7 +481,25 b''
481 481 ]
482 482 }
483 483 ],
484 "metadata": {},
484 "metadata": {
485 "kernelspec": {
486 "display_name": "Python 3",
487 "language": "python",
488 "name": "python3"
489 },
490 "language_info": {
491 "codemirror_mode": {
492 "name": "ipython",
493 "version": 3
494 },
495 "file_extension": ".py",
496 "mimetype": "text/x-python",
497 "name": "python",
498 "nbconvert_exporter": "python",
499 "pygments_lexer": "ipython3",
500 "version": "3.4.2"
501 }
502 },
485 503 "nbformat": 4,
486 504 "nbformat_minor": 0
487 } No newline at end of file
505 }
@@ -693,7 +693,25 b''
693 693 ]
694 694 }
695 695 ],
696 "metadata": {},
696 "metadata": {
697 "kernelspec": {
698 "display_name": "Python 3",
699 "language": "python",
700 "name": "python3"
701 },
702 "language_info": {
703 "codemirror_mode": {
704 "name": "ipython",
705 "version": 3
706 },
707 "file_extension": ".py",
708 "mimetype": "text/x-python",
709 "name": "python",
710 "nbconvert_exporter": "python",
711 "pygments_lexer": "ipython3",
712 "version": "3.4.2"
713 }
714 },
697 715 "nbformat": 4,
698 716 "nbformat_minor": 0
699 } No newline at end of file
717 }
@@ -1317,7 +1317,25 b''
1317 1317 "source": []
1318 1318 }
1319 1319 ],
1320 "metadata": {},
1320 "metadata": {
1321 "kernelspec": {
1322 "display_name": "Python 3",
1323 "language": "python",
1324 "name": "python3"
1325 },
1326 "language_info": {
1327 "codemirror_mode": {
1328 "name": "ipython",
1329 "version": 3
1330 },
1331 "file_extension": ".py",
1332 "mimetype": "text/x-python",
1333 "name": "python",
1334 "nbconvert_exporter": "python",
1335 "pygments_lexer": "ipython3",
1336 "version": "3.4.2"
1337 }
1338 },
1321 1339 "nbformat": 4,
1322 1340 "nbformat_minor": 0
1323 } No newline at end of file
1341 }
@@ -160,7 +160,25 b''
160 160 ]
161 161 }
162 162 ],
163 "metadata": {},
163 "metadata": {
164 "kernelspec": {
165 "display_name": "Python 3",
166 "language": "python",
167 "name": "python3"
168 },
169 "language_info": {
170 "codemirror_mode": {
171 "name": "ipython",
172 "version": 3
173 },
174 "file_extension": ".py",
175 "mimetype": "text/x-python",
176 "name": "python",
177 "nbconvert_exporter": "python",
178 "pygments_lexer": "ipython3",
179 "version": "3.4.2"
180 }
181 },
164 182 "nbformat": 4,
165 183 "nbformat_minor": 0
166 } No newline at end of file
184 }
@@ -586,9 +586,9 b''
586 586 "$$\\frac{3}{2} \\pi + \\frac{e^{\\mathbf{\\imath} x}}{x^{2} + y}$$"
587 587 ],
588 588 "text/plain": [
589 " \u2148\u22c5x \n",
590 "3\u22c5\u03c0 \u212f \n",
591 "\u2500\u2500\u2500 + \u2500\u2500\u2500\u2500\u2500\u2500\n",
589 " ⅈ⋅x \n",
590 "3⋅π ℯ \n",
591 "─── + ──────\n",
592 592 " 2 2 \n",
593 593 " x + y"
594 594 ]
@@ -1477,7 +1477,25 b''
1477 1477 ]
1478 1478 }
1479 1479 ],
1480 "metadata": {},
1480 "metadata": {
1481 "kernelspec": {
1482 "display_name": "Python 3",
1483 "language": "python",
1484 "name": "python3"
1485 },
1486 "language_info": {
1487 "codemirror_mode": {
1488 "name": "ipython",
1489 "version": 3
1490 },
1491 "file_extension": ".py",
1492 "mimetype": "text/x-python",
1493 "name": "python",
1494 "nbconvert_exporter": "python",
1495 "pygments_lexer": "ipython3",
1496 "version": "3.4.2"
1497 }
1498 },
1481 1499 "nbformat": 4,
1482 1500 "nbformat_minor": 0
1483 } No newline at end of file
1501 }
@@ -732,7 +732,25 b''
732 732 ]
733 733 }
734 734 ],
735 "metadata": {},
735 "metadata": {
736 "kernelspec": {
737 "display_name": "Python 3",
738 "language": "python",
739 "name": "python3"
740 },
741 "language_info": {
742 "codemirror_mode": {
743 "name": "ipython",
744 "version": 3
745 },
746 "file_extension": ".py",
747 "mimetype": "text/x-python",
748 "name": "python",
749 "nbconvert_exporter": "python",
750 "pygments_lexer": "ipython3",
751 "version": "3.4.2"
752 }
753 },
736 754 "nbformat": 4,
737 755 "nbformat_minor": 0
738 } No newline at end of file
756 }
@@ -150,7 +150,25 b''
150 150 ]
151 151 }
152 152 ],
153 "metadata": {},
153 "metadata": {
154 "kernelspec": {
155 "display_name": "Python 3",
156 "language": "python",
157 "name": "python3"
158 },
159 "language_info": {
160 "codemirror_mode": {
161 "name": "ipython",
162 "version": 3
163 },
164 "file_extension": ".py",
165 "mimetype": "text/x-python",
166 "name": "python",
167 "nbconvert_exporter": "python",
168 "pygments_lexer": "ipython3",
169 "version": "3.4.2"
170 }
171 },
154 172 "nbformat": 4,
155 173 "nbformat_minor": 0
156 } No newline at end of file
174 }
@@ -3051,7 +3051,25 b''
3051 3051 ]
3052 3052 }
3053 3053 ],
3054 "metadata": {},
3054 "metadata": {
3055 "kernelspec": {
3056 "display_name": "Python 3",
3057 "language": "python",
3058 "name": "python3"
3059 },
3060 "language_info": {
3061 "codemirror_mode": {
3062 "name": "ipython",
3063 "version": 3
3064 },
3065 "file_extension": ".py",
3066 "mimetype": "text/x-python",
3067 "name": "python",
3068 "nbconvert_exporter": "python",
3069 "pygments_lexer": "ipython3",
3070 "version": "3.4.2"
3071 }
3072 },
3055 3073 "nbformat": 4,
3056 3074 "nbformat_minor": 0
3057 } No newline at end of file
3075 }
@@ -442,7 +442,25 b''
442 442 ]
443 443 }
444 444 ],
445 "metadata": {},
445 "metadata": {
446 "kernelspec": {
447 "display_name": "Python 3",
448 "language": "python",
449 "name": "python3"
450 },
451 "language_info": {
452 "codemirror_mode": {
453 "name": "ipython",
454 "version": 3
455 },
456 "file_extension": ".py",
457 "mimetype": "text/x-python",
458 "name": "python",
459 "nbconvert_exporter": "python",
460 "pygments_lexer": "ipython3",
461 "version": "3.4.2"
462 }
463 },
446 464 "nbformat": 4,
447 465 "nbformat_minor": 0
448 } No newline at end of file
466 }
@@ -54,9 +54,9 b''
54 54 "$$\\frac{3 \\pi}{2} + \\frac{e^{i x}}{x^{2} + y}$$"
55 55 ],
56 56 "text/plain": [
57 " \u2148\u22c5x \n",
58 "3\u22c5\u03c0 \u212f \n",
59 "\u2500\u2500\u2500 + \u2500\u2500\u2500\u2500\u2500\u2500\n",
57 " ⅈ⋅x \n",
58 "3⋅π ℯ \n",
59 "─── + ──────\n",
60 60 " 2 2 \n",
61 61 " x + y"
62 62 ]
@@ -174,7 +174,7 b''
174 174 ],
175 175 "text/plain": [
176 176 " 2\n",
177 "(x + 1)\u22c5(x + y) "
177 "(x + 1)(x + y) "
178 178 ]
179 179 },
180 180 "execution_count": 7,
@@ -201,7 +201,7 b''
201 201 ],
202 202 "text/plain": [
203 203 " 3 2 2 2 2\n",
204 "x + 2\u22c5x \u22c5y + x + x\u22c5y + 2\u22c5x\u22c5y + y "
204 "x + 2⋅x ⋅y + x + x⋅y + 2⋅x⋅y + y "
205 205 ]
206 206 },
207 207 "execution_count": 8,
@@ -226,8 +226,8 b''
226 226 "$$\\frac{1}{x} \\left(x \\sin{\\left (x \\right )} - 1\\right) + \\frac{1}{x}$$"
227 227 ],
228 228 "text/plain": [
229 "x\u22c5sin(x) - 1 1\n",
230 "\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 + \u2500\n",
229 "xsin(x) - 1 1\n",
230 "──────────── + ─\n",
231 231 " x x"
232 232 ]
233 233 },
@@ -280,7 +280,7 b''
280 280 ],
281 281 "text/plain": [
282 282 " 3 2 \n",
283 "x + 2\u22c5x + 4\u22c5x + 8 = 0"
283 "x + 2⋅x + 4⋅x + 8 = 0"
284 284 ]
285 285 },
286 286 "execution_count": 11,
@@ -306,7 +306,7 b''
306 306 "$$\\begin{bmatrix}-2, & - 2 i, & 2 i\\end{bmatrix}$$"
307 307 ],
308 308 "text/plain": [
309 "[-2, -2\u22c5\u2148, 2\u22c5\u2148]"
309 "[-2, -2⋅ⅈ, 2⋅ⅈ]"
310 310 ]
311 311 },
312 312 "execution_count": 12,
@@ -333,11 +333,11 b''
333 333 "text/plain": [
334 334 " b \n",
335 335 " ___ \n",
336 " \u2572 \n",
337 " \u2572 \u239b n 2\u239e\n",
338 " \u2571 \u239d2 + 6\u22c5n \u23a0\n",
339 " \u2571 \n",
340 " \u203e\u203e\u203e \n",
336 " \n",
337 " ╲ ⎛ n 2⎞\n",
338 " ╱ ⎝2 + 6⋅n ⎠\n",
339 " \n",
340 " ‾‾‾ \n",
341 341 "n = a "
342 342 ]
343 343 },
@@ -397,8 +397,8 b''
397 397 ],
398 398 "text/plain": [
399 399 " 2 4 \n",
400 " x 5\u22c5x \u239b 6\u239e\n",
401 "1 + \u2500\u2500 + \u2500\u2500\u2500\u2500 + O\u239dx \u23a0\n",
400 " x 5⋅x ⎛ 6⎞\n",
401 "1 + ── + ──── + O⎝x ⎠\n",
402 402 " 2 24 "
403 403 ]
404 404 },
@@ -424,9 +424,9 b''
424 424 "$$- \\frac{4 x \\cos{\\left (x^{2} \\right )}}{x + 1} \\sin{\\left (x^{2} \\right )} - \\frac{\\cos^{2}{\\left (x^{2} \\right )}}{\\left(x + 1\\right)^{2}}$$"
425 425 ],
426 426 "text/plain": [
427 " \u239b 2\u239e \u239b 2\u239e 2\u239b 2\u239e\n",
428 " 4\u22c5x\u22c5sin\u239dx \u23a0\u22c5cos\u239dx \u23a0 cos \u239dx \u23a0\n",
429 "- \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 - \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n",
427 " ⎛ 2⎞ ⎛ 2⎞ 2⎛ 2⎞\n",
428 " 4⋅x⋅sin⎝x ⎠⋅cos⎝x ⎠ cos ⎝x ⎠\n",
429 "- ─────────────────── - ────────\n",
430 430 " x + 1 2\n",
431 431 " (x + 1) "
432 432 ]
@@ -454,8 +454,8 b''
454 454 ],
455 455 "text/plain": [
456 456 " 2\n",
457 " \u03c0 \n",
458 "-2 + \u2500\u2500\n",
457 " π \n",
458 "-2 + ──\n",
459 459 " 4 "
460 460 ]
461 461 },
@@ -483,7 +483,7 b''
483 483 "text/plain": [
484 484 " 2 \n",
485 485 " d \n",
486 "9\u22c5f(x) + \u2500\u2500\u2500(f(x)) = 1\n",
486 "9⋅f(x) + ───(f(x)) = 1\n",
487 487 " 2 \n",
488 488 " dx "
489 489 ]
@@ -497,7 +497,7 b''
497 497 "$$f{\\left (x \\right )} = C_{1} \\sin{\\left (3 x \\right )} + C_{2} \\cos{\\left (3 x \\right )} + \\frac{1}{9}$$"
498 498 ],
499 499 "text/plain": [
500 "f(x) = C\u2081\u22c5sin(3\u22c5x) + C\u2082\u22c5cos(3\u22c5x) + 1/9"
500 "f(x) = C₁⋅sin(3⋅x) + C₂⋅cos(3⋅x) + 1/9"
501 501 ]
502 502 },
503 503 "execution_count": 18,
@@ -1647,7 +1647,25 b''
1647 1647 ]
1648 1648 }
1649 1649 ],
1650 "metadata": {},
1650 "metadata": {
1651 "kernelspec": {
1652 "display_name": "Python 3",
1653 "language": "python",
1654 "name": "python3"
1655 },
1656 "language_info": {
1657 "codemirror_mode": {
1658 "name": "ipython",
1659 "version": 3
1660 },
1661 "file_extension": ".py",
1662 "mimetype": "text/x-python",
1663 "name": "python",
1664 "nbconvert_exporter": "python",
1665 "pygments_lexer": "ipython3",
1666 "version": "3.4.2"
1667 }
1668 },
1651 1669 "nbformat": 4,
1652 1670 "nbformat_minor": 0
1653 } No newline at end of file
1671 }
@@ -261,7 +261,25 b''
261 261 ]
262 262 }
263 263 ],
264 "metadata": {},
264 "metadata": {
265 "kernelspec": {
266 "display_name": "Python 3",
267 "language": "python",
268 "name": "python3"
269 },
270 "language_info": {
271 "codemirror_mode": {
272 "name": "ipython",
273 "version": 3
274 },
275 "file_extension": ".py",
276 "mimetype": "text/x-python",
277 "name": "python",
278 "nbconvert_exporter": "python",
279 "pygments_lexer": "ipython3",
280 "version": "3.4.2"
281 }
282 },
265 283 "nbformat": 4,
266 284 "nbformat_minor": 0
267 } No newline at end of file
285 }
@@ -195,7 +195,7 b''
195 195 " </tr>\n",
196 196 " </tbody>\n",
197 197 "</table>\n",
198 "<p>6 rows \u00d7 7 columns</p>\n",
198 "<p>6 rows × 7 columns</p>\n",
199 199 "</div>"
200 200 ],
201 201 "text/plain": [
@@ -274,9 +274,9 b''
274 274 "$$\\frac{3 \\pi}{2} + \\frac{e^{i x}}{x^{2} + y}$$"
275 275 ],
276 276 "text/plain": [
277 " \u2148\u22c5x \n",
278 "3\u22c5\u03c0 \u212f \n",
279 "\u2500\u2500\u2500 + \u2500\u2500\u2500\u2500\u2500\u2500\n",
277 " ⅈ⋅x \n",
278 "3⋅π ℯ \n",
279 "─── + ──────\n",
280 280 " 2 2 \n",
281 281 " x + y"
282 282 ]
@@ -303,8 +303,8 b''
303 303 "$$\\frac{1}{x} \\left(x \\sin{\\left (x \\right )} - 1\\right) + \\frac{1}{x}$$"
304 304 ],
305 305 "text/plain": [
306 "x\u22c5sin(x) - 1 1\n",
307 "\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 + \u2500\n",
306 "xsin(x) - 1 1\n",
307 "──────────── + ─\n",
308 308 " x x"
309 309 ]
310 310 },
@@ -332,8 +332,8 b''
332 332 ],
333 333 "text/plain": [
334 334 " 2 4 \n",
335 " x 5\u22c5x \u239b 6\u239e\n",
336 "1 + \u2500\u2500 + \u2500\u2500\u2500\u2500 + O\u239dx \u23a0\n",
335 " x 5⋅x ⎛ 6⎞\n",
336 "1 + ── + ──── + O⎝x ⎠\n",
337 337 " 2 24 "
338 338 ]
339 339 },
@@ -517,7 +517,25 b''
517 517 ]
518 518 }
519 519 ],
520 "metadata": {},
520 "metadata": {
521 "kernelspec": {
522 "display_name": "Python 3",
523 "language": "python",
524 "name": "python3"
525 },
526 "language_info": {
527 "codemirror_mode": {
528 "name": "ipython",
529 "version": 3
530 },
531 "file_extension": ".py",
532 "mimetype": "text/x-python",
533 "name": "python",
534 "nbconvert_exporter": "python",
535 "pygments_lexer": "ipython3",
536 "version": "3.4.2"
537 }
538 },
521 539 "nbformat": 4,
522 540 "nbformat_minor": 0
523 } No newline at end of file
541 }
@@ -384,6 +384,7 b''
384 384 "metadata": {
385 385 "kernelspec": {
386 386 "display_name": "Python 3",
387 "language": "python",
387 388 "name": "python3"
388 389 },
389 390 "language_info": {
@@ -401,4 +402,4 b''
401 402 },
402 403 "nbformat": 4,
403 404 "nbformat_minor": 0
404 } No newline at end of file
405 }
@@ -333,7 +333,25 b''
333 333 ]
334 334 }
335 335 ],
336 "metadata": {},
336 "metadata": {
337 "kernelspec": {
338 "display_name": "Python 3",
339 "language": "python",
340 "name": "python3"
341 },
342 "language_info": {
343 "codemirror_mode": {
344 "name": "ipython",
345 "version": 3
346 },
347 "file_extension": ".py",
348 "mimetype": "text/x-python",
349 "name": "python",
350 "nbconvert_exporter": "python",
351 "pygments_lexer": "ipython3",
352 "version": "3.4.2"
353 }
354 },
337 355 "nbformat": 4,
338 356 "nbformat_minor": 0
339 } No newline at end of file
357 }
@@ -41,7 +41,25 b''
41 41 ]
42 42 }
43 43 ],
44 "metadata": {},
44 "metadata": {
45 "kernelspec": {
46 "display_name": "Python 3",
47 "language": "python",
48 "name": "python3"
49 },
50 "language_info": {
51 "codemirror_mode": {
52 "name": "ipython",
53 "version": 3
54 },
55 "file_extension": ".py",
56 "mimetype": "text/x-python",
57 "name": "python",
58 "nbconvert_exporter": "python",
59 "pygments_lexer": "ipython3",
60 "version": "3.4.2"
61 }
62 },
45 63 "nbformat": 4,
46 64 "nbformat_minor": 0
47 } No newline at end of file
65 }
@@ -591,7 +591,25 b''
591 591 ]
592 592 }
593 593 ],
594 "metadata": {},
594 "metadata": {
595 "kernelspec": {
596 "display_name": "Python 3",
597 "language": "python",
598 "name": "python3"
599 },
600 "language_info": {
601 "codemirror_mode": {
602 "name": "ipython",
603 "version": 3
604 },
605 "file_extension": ".py",
606 "mimetype": "text/x-python",
607 "name": "python",
608 "nbconvert_exporter": "python",
609 "pygments_lexer": "ipython3",
610 "version": "3.4.2"
611 }
612 },
595 613 "nbformat": 4,
596 614 "nbformat_minor": 0
597 } No newline at end of file
615 }
@@ -769,16 +769,23 b''
769 769 ],
770 770 "metadata": {
771 771 "kernelspec": {
772 "codemirror_mode": {
773 "name": "python",
774 "version": 2
775 },
776 "display_name": "Python 2",
772 "display_name": "Python 3",
777 773 "language": "python",
778 "name": "python2"
774 "name": "python3"
779 775 },
780 "signature": "sha256:608e0df06fe91ef1c013fd236dda33f7ae11019453f72ae446e8ce15bce82eb2"
776 "language_info": {
777 "codemirror_mode": {
778 "name": "ipython",
779 "version": 3
780 },
781 "file_extension": ".py",
782 "mimetype": "text/x-python",
783 "name": "python",
784 "nbconvert_exporter": "python",
785 "pygments_lexer": "ipython3",
786 "version": "3.4.2"
787 }
781 788 },
782 789 "nbformat": 4,
783 790 "nbformat_minor": 0
784 } No newline at end of file
791 }
@@ -817,6 +817,7 b''
817 817 ],
818 818 "kernelspec": {
819 819 "display_name": "Python 3",
820 "language": "python",
820 821 "name": "python3"
821 822 },
822 823 "language_info": {
@@ -825,12 +825,30 b''
825 825 " generator={'lobster': random_lobster,\n",
826 826 " 'power law': powerlaw_cluster,\n",
827 827 " 'Newman-Watts-Strogatz': newman_watts_strogatz,\n",
828 " u'Erd\u0151s-R\u00e9nyi': erdos_renyi,\n",
828 " u'Erdős-Rényi': erdos_renyi,\n",
829 829 " });"
830 830 ]
831 831 }
832 832 ],
833 "metadata": {},
833 "metadata": {
834 "kernelspec": {
835 "display_name": "Python 3",
836 "language": "python",
837 "name": "python3"
838 },
839 "language_info": {
840 "codemirror_mode": {
841 "name": "ipython",
842 "version": 3
843 },
844 "file_extension": ".py",
845 "mimetype": "text/x-python",
846 "name": "python",
847 "nbconvert_exporter": "python",
848 "pygments_lexer": "ipython3",
849 "version": "3.4.2"
850 }
851 },
834 852 "nbformat": 4,
835 853 "nbformat_minor": 0
836 } No newline at end of file
854 }
@@ -154,16 +154,23 b''
154 154 ],
155 155 "metadata": {
156 156 "kernelspec": {
157 "codemirror_mode": {
158 "name": "python",
159 "version": 2
160 },
161 "display_name": "Python 2",
157 "display_name": "Python 3",
162 158 "language": "python",
163 "name": "python2"
159 "name": "python3"
164 160 },
165 "signature": "sha256:dc519f61f8a484b3a8f0b05ad1891fad701324c837325b12d31cce4f31647c2f"
161 "language_info": {
162 "codemirror_mode": {
163 "name": "ipython",
164 "version": 3
165 },
166 "file_extension": ".py",
167 "mimetype": "text/x-python",
168 "name": "python",
169 "nbconvert_exporter": "python",
170 "pygments_lexer": "ipython3",
171 "version": "3.4.2"
172 }
166 173 },
167 174 "nbformat": 4,
168 175 "nbformat_minor": 0
169 } No newline at end of file
176 }
@@ -81,8 +81,8 b''
81 81 "$$x^{12} - 1 = \\left(x - 1\\right) \\left(x + 1\\right) \\left(x^{2} + 1\\right) \\left(x^{2} - x + 1\\right) \\left(x^{2} + x + 1\\right) \\left(x^{4} - x^{2} + 1\\right)$$"
82 82 ],
83 83 "text/plain": [
84 " 12 \u239b 2 \u239e \u239b 2 \u239e \u239b 2 \u239e \u239b 4 2 \u239e\n",
85 "x - 1 = (x - 1)\u22c5(x + 1)\u22c5\u239dx + 1\u23a0\u22c5\u239dx - x + 1\u23a0\u22c5\u239dx + x + 1\u23a0\u22c5\u239dx - x + 1\u23a0"
84 " 12 ⎛ 2 ⎞ ⎛ 2 ⎞ ⎛ 2 ⎞ ⎛ 4 2 \n",
85 "x - 1 = (x - 1)⋅(x + 1)⋅⎝x + 1⎠⋅⎝x - x + 1⎠⋅⎝x + x + 1⎠⋅⎝x - x + 1"
86 86 ]
87 87 },
88 88 "metadata": {},
@@ -106,11 +106,11 b''
106 106 "$$x^{21} - 1 = \\left(x - 1\\right) \\left(x^{2} + x + 1\\right) \\left(x^{6} + x^{5} + x^{4} + x^{3} + x^{2} + x + 1\\right) \\left(x^{12} - x^{11} + x^{9} - x^{8} + x^{6} - x^{4} + x^{3} - x + 1\\right)$$"
107 107 ],
108 108 "text/plain": [
109 " 21 \u239b 2 \u239e \u239b 6 5 4 3 2 \u239e \u239b 12 11 \n",
110 "x - 1 = (x - 1)\u22c5\u239dx + x + 1\u23a0\u22c5\u239dx + x + x + x + x + x + 1\u23a0\u22c5\u239dx - x + x\n",
109 " 21 ⎛ 2 ⎞ ⎛ 6 5 4 3 2 ⎞ ⎛ 12 11 \n",
110 "x - 1 = (x - 1)⋅⎝x + x + 1⎠⋅⎝x + x + x + x + x + x + 1⎠⋅⎝x - x + x\n",
111 111 "\n",
112 "9 8 6 4 3 \u239e\n",
113 " - x + x - x + x - x + 1\u23a0"
112 "9 8 6 4 3 \n",
113 " - x + x - x + x - x + 1"
114 114 ]
115 115 },
116 116 "metadata": {},
@@ -131,7 +131,25 b''
131 131 "source": []
132 132 }
133 133 ],
134 "metadata": {},
134 "metadata": {
135 "kernelspec": {
136 "display_name": "Python 3",
137 "language": "python",
138 "name": "python3"
139 },
140 "language_info": {
141 "codemirror_mode": {
142 "name": "ipython",
143 "version": 3
144 },
145 "file_extension": ".py",
146 "mimetype": "text/x-python",
147 "name": "python",
148 "nbconvert_exporter": "python",
149 "pygments_lexer": "ipython3",
150 "version": "3.4.2"
151 }
152 },
135 153 "nbformat": 4,
136 154 "nbformat_minor": 0
137 } No newline at end of file
155 }
@@ -165,16 +165,23 b''
165 165 ]
166 166 ],
167 167 "kernelspec": {
168 "codemirror_mode": {
169 "name": "python",
170 "version": 2
171 },
172 "display_name": "Python 2",
168 "display_name": "Python 3",
173 169 "language": "python",
174 "name": "python2"
170 "name": "python3"
175 171 },
176 "signature": "sha256:25c43e4f530e049319d587a7e47734cab5b4b4f608f71aa234e821f43076afe8"
172 "language_info": {
173 "codemirror_mode": {
174 "name": "ipython",
175 "version": 3
176 },
177 "file_extension": ".py",
178 "mimetype": "text/x-python",
179 "name": "python",
180 "nbconvert_exporter": "python",
181 "pygments_lexer": "ipython3",
182 "version": "3.4.2"
183 }
177 184 },
178 185 "nbformat": 4,
179 186 "nbformat_minor": 0
180 } No newline at end of file
187 }
@@ -297,7 +297,25 b''
297 297 ]
298 298 }
299 299 ],
300 "metadata": {},
300 "metadata": {
301 "kernelspec": {
302 "display_name": "Python 3",
303 "language": "python",
304 "name": "python3"
305 },
306 "language_info": {
307 "codemirror_mode": {
308 "name": "ipython",
309 "version": 3
310 },
311 "file_extension": ".py",
312 "mimetype": "text/x-python",
313 "name": "python",
314 "nbconvert_exporter": "python",
315 "pygments_lexer": "ipython3",
316 "version": "3.4.2"
317 }
318 },
301 319 "nbformat": 4,
302 320 "nbformat_minor": 0
303 } No newline at end of file
321 }
@@ -26762,7 +26762,25 b''
26762 26762 ]
26763 26763 }
26764 26764 ],
26765 "metadata": {},
26765 "metadata": {
26766 "kernelspec": {
26767 "display_name": "Python 3",
26768 "language": "python",
26769 "name": "python3"
26770 },
26771 "language_info": {
26772 "codemirror_mode": {
26773 "name": "ipython",
26774 "version": 3
26775 },
26776 "file_extension": ".py",
26777 "mimetype": "text/x-python",
26778 "name": "python",
26779 "nbconvert_exporter": "python",
26780 "pygments_lexer": "ipython3",
26781 "version": "3.4.2"
26782 }
26783 },
26766 26784 "nbformat": 4,
26767 26785 "nbformat_minor": 0
26768 } No newline at end of file
26786 }
@@ -86,16 +86,23 b''
86 86 ],
87 87 "metadata": {
88 88 "kernelspec": {
89 "codemirror_mode": {
90 "name": "python",
91 "version": 2
92 },
93 "display_name": "Python 2",
89 "display_name": "Python 3",
94 90 "language": "python",
95 "name": "python2"
91 "name": "python3"
96 92 },
97 "signature": "sha256:8e469f292b096d750dc8eeb71caa8c08b26bc722708314a26a7684c380ccd20f"
93 "language_info": {
94 "codemirror_mode": {
95 "name": "ipython",
96 "version": 3
97 },
98 "file_extension": ".py",
99 "mimetype": "text/x-python",
100 "name": "python",
101 "nbconvert_exporter": "python",
102 "pygments_lexer": "ipython3",
103 "version": "3.4.2"
104 }
98 105 },
99 106 "nbformat": 4,
100 107 "nbformat_minor": 0
101 } No newline at end of file
108 }
@@ -13432,6 +13432,7 b''
13432 13432 "metadata": {
13433 13433 "kernelspec": {
13434 13434 "display_name": "Python 3",
13435 "language": "python",
13435 13436 "name": "python3"
13436 13437 },
13437 13438 "language_info": {
@@ -217,16 +217,23 b''
217 217 ],
218 218 "metadata": {
219 219 "kernelspec": {
220 "codemirror_mode": {
221 "name": "python",
222 "version": 2
223 },
224 "display_name": "Python 2",
220 "display_name": "Python 3",
225 221 "language": "python",
226 "name": "python2"
222 "name": "python3"
227 223 },
228 "signature": "sha256:3dfbc0dcb1fefc9ef028022760916b0300e14f71bf8e27589e61800841d5839c"
224 "language_info": {
225 "codemirror_mode": {
226 "name": "ipython",
227 "version": 3
228 },
229 "file_extension": ".py",
230 "mimetype": "text/x-python",
231 "name": "python",
232 "nbconvert_exporter": "python",
233 "pygments_lexer": "ipython3",
234 "version": "3.4.2"
235 }
229 236 },
230 237 "nbformat": 4,
231 238 "nbformat_minor": 0
232 } No newline at end of file
239 }
@@ -606,16 +606,23 b''
606 606 ],
607 607 "metadata": {
608 608 "kernelspec": {
609 "display_name": "Python 3",
610 "language": "python",
611 "name": "python3"
612 },
613 "language_info": {
609 614 "codemirror_mode": {
610 615 "name": "ipython",
611 616 "version": 3
612 617 },
613 "display_name": "IPython (Python 3)",
614 "language": "python",
615 "name": "python3"
616 },
617 "signature": "sha256:1bbd16f32ec50ec64d4dd646cd6868aeace8091cac989107f2026fc688ca3701"
618 "file_extension": ".py",
619 "mimetype": "text/x-python",
620 "name": "python",
621 "nbconvert_exporter": "python",
622 "pygments_lexer": "ipython3",
623 "version": "3.4.2"
624 }
618 625 },
619 626 "nbformat": 4,
620 627 "nbformat_minor": 0
621 } No newline at end of file
628 }
@@ -218,22 +218,23 b''
218 218 ],
219 219 "metadata": {
220 220 "kernelspec": {
221 "display_name": "IPython (Python 2)",
222 "name": "python2"
221 "display_name": "Python 3",
222 "language": "python",
223 "name": "python3"
223 224 },
224 225 "language_info": {
225 226 "codemirror_mode": {
226 227 "name": "ipython",
227 "version": 2
228 "version": 3
228 229 },
229 230 "file_extension": ".py",
230 231 "mimetype": "text/x-python",
231 232 "name": "python",
232 233 "nbconvert_exporter": "python",
233 "pygments_lexer": "ipython2",
234 "version": "2.7.6"
234 "pygments_lexer": "ipython3",
235 "version": "3.4.2"
235 236 }
236 237 },
237 238 "nbformat": 4,
238 239 "nbformat_minor": 0
239 } No newline at end of file
240 }
@@ -423,16 +423,23 b''
423 423 ],
424 424 "metadata": {
425 425 "kernelspec": {
426 "codemirror_mode": {
427 "name": "python",
428 "version": 2
429 },
430 "display_name": "Python 2",
426 "display_name": "Python 3",
431 427 "language": "python",
432 "name": "python2"
428 "name": "python3"
433 429 },
434 "signature": "sha256:c8af7f5d30b29ee52fe6a79cf0d573c9c2d5b2f522b04731249e3208671741d3"
430 "language_info": {
431 "codemirror_mode": {
432 "name": "ipython",
433 "version": 3
434 },
435 "file_extension": ".py",
436 "mimetype": "text/x-python",
437 "name": "python",
438 "nbconvert_exporter": "python",
439 "pygments_lexer": "ipython3",
440 "version": "3.4.2"
441 }
435 442 },
436 443 "nbformat": 4,
437 444 "nbformat_minor": 0
438 } No newline at end of file
445 }
@@ -361,23 +361,23 b''
361 361 ]
362 362 ],
363 363 "kernelspec": {
364 "display_name": "Python 2",
365 "name": "python2"
364 "display_name": "Python 3",
365 "language": "python",
366 "name": "python3"
366 367 },
367 368 "language_info": {
368 369 "codemirror_mode": {
369 370 "name": "ipython",
370 "version": 2
371 "version": 3
371 372 },
372 373 "file_extension": ".py",
373 374 "mimetype": "text/x-python",
374 375 "name": "python",
375 376 "nbconvert_exporter": "python",
376 "pygments_lexer": "ipython2",
377 "version": "2.7.8"
378 },
379 "signature": "sha256:b6eadc174d0d9c1907518d9f37760eb3dca3aec0ef1f3746e6f0537a36e99919"
377 "pygments_lexer": "ipython3",
378 "version": "3.4.2"
379 }
380 380 },
381 381 "nbformat": 4,
382 382 "nbformat_minor": 0
383 } No newline at end of file
383 }
@@ -565,20 +565,21 b''
565 565 ],
566 566 "metadata": {
567 567 "kernelspec": {
568 "display_name": "Python 2",
569 "name": "python2"
568 "display_name": "Python 3",
569 "language": "python",
570 "name": "python3"
570 571 },
571 572 "language_info": {
572 573 "codemirror_mode": {
573 574 "name": "ipython",
574 "version": 2
575 "version": 3
575 576 },
576 577 "file_extension": ".py",
577 578 "mimetype": "text/x-python",
578 579 "name": "python",
579 580 "nbconvert_exporter": "python",
580 "pygments_lexer": "ipython2",
581 "version": "2.7.8"
581 "pygments_lexer": "ipython3",
582 "version": "3.4.2"
582 583 }
583 584 },
584 585 "nbformat": 4,
@@ -563,22 +563,23 b''
563 563 ]
564 564 ],
565 565 "kernelspec": {
566 "display_name": "IPython (Python 2)",
567 "name": "python2"
566 "display_name": "Python 3",
567 "language": "python",
568 "name": "python3"
568 569 },
569 570 "language_info": {
570 571 "codemirror_mode": {
571 572 "name": "ipython",
572 "version": 2
573 "version": 3
573 574 },
574 575 "file_extension": ".py",
575 576 "mimetype": "text/x-python",
576 577 "name": "python",
577 578 "nbconvert_exporter": "python",
578 "pygments_lexer": "ipython2",
579 "version": "2.7.6"
579 "pygments_lexer": "ipython3",
580 "version": "3.4.2"
580 581 }
581 582 },
582 583 "nbformat": 4,
583 584 "nbformat_minor": 0
584 } No newline at end of file
585 }
@@ -131,7 +131,25 b''
131 131 ]
132 132 }
133 133 ],
134 "metadata": {},
134 "metadata": {
135 "kernelspec": {
136 "display_name": "Python 3",
137 "language": "python",
138 "name": "python3"
139 },
140 "language_info": {
141 "codemirror_mode": {
142 "name": "ipython",
143 "version": 3
144 },
145 "file_extension": ".py",
146 "mimetype": "text/x-python",
147 "name": "python",
148 "nbconvert_exporter": "python",
149 "pygments_lexer": "ipython3",
150 "version": "3.4.2"
151 }
152 },
135 153 "nbformat": 4,
136 154 "nbformat_minor": 0
137 } No newline at end of file
155 }
@@ -479,7 +479,25 b''
479 479 ]
480 480 }
481 481 ],
482 "metadata": {},
482 "metadata": {
483 "kernelspec": {
484 "display_name": "Python 3",
485 "language": "python",
486 "name": "python3"
487 },
488 "language_info": {
489 "codemirror_mode": {
490 "name": "ipython",
491 "version": 3
492 },
493 "file_extension": ".py",
494 "mimetype": "text/x-python",
495 "name": "python",
496 "nbconvert_exporter": "python",
497 "pygments_lexer": "ipython3",
498 "version": "3.4.2"
499 }
500 },
483 501 "nbformat": 4,
484 502 "nbformat_minor": 0
485 } No newline at end of file
503 }
@@ -141,7 +141,25 b''
141 141 ]
142 142 }
143 143 ],
144 "metadata": {},
144 "metadata": {
145 "kernelspec": {
146 "display_name": "Python 3",
147 "language": "python",
148 "name": "python3"
149 },
150 "language_info": {
151 "codemirror_mode": {
152 "name": "ipython",
153 "version": 3
154 },
155 "file_extension": ".py",
156 "mimetype": "text/x-python",
157 "name": "python",
158 "nbconvert_exporter": "python",
159 "pygments_lexer": "ipython3",
160 "version": "3.4.2"
161 }
162 },
145 163 "nbformat": 4,
146 164 "nbformat_minor": 0
147 } No newline at end of file
165 }
@@ -710,8 +710,24 b''
710 710 ],
711 711 "metadata": {
712 712 "gist_id": "6011986",
713 "signature": "sha256:26d4e13b833b84557da8501e68fc5119f11a3c1cdbecba63c0ab613e0cb0619f"
713 "kernelspec": {
714 "display_name": "Python 3",
715 "language": "python",
716 "name": "python3"
717 },
718 "language_info": {
719 "codemirror_mode": {
720 "name": "ipython",
721 "version": 3
722 },
723 "file_extension": ".py",
724 "mimetype": "text/x-python",
725 "name": "python",
726 "nbconvert_exporter": "python",
727 "pygments_lexer": "ipython3",
728 "version": "3.4.2"
729 }
714 730 },
715 731 "nbformat": 4,
716 732 "nbformat_minor": 0
717 } No newline at end of file
733 }
@@ -68,7 +68,25 b''
68 68 ]
69 69 }
70 70 ],
71 "metadata": {},
71 "metadata": {
72 "kernelspec": {
73 "display_name": "Python 3",
74 "language": "python",
75 "name": "python3"
76 },
77 "language_info": {
78 "codemirror_mode": {
79 "name": "ipython",
80 "version": 3
81 },
82 "file_extension": ".py",
83 "mimetype": "text/x-python",
84 "name": "python",
85 "nbconvert_exporter": "python",
86 "pygments_lexer": "ipython3",
87 "version": "3.4.2"
88 }
89 },
72 90 "nbformat": 4,
73 91 "nbformat_minor": 0
74 } No newline at end of file
92 }
@@ -749,7 +749,25 b''
749 749 ]
750 750 }
751 751 ],
752 "metadata": {},
752 "metadata": {
753 "kernelspec": {
754 "display_name": "Python 3",
755 "language": "python",
756 "name": "python3"
757 },
758 "language_info": {
759 "codemirror_mode": {
760 "name": "ipython",
761 "version": 3
762 },
763 "file_extension": ".py",
764 "mimetype": "text/x-python",
765 "name": "python",
766 "nbconvert_exporter": "python",
767 "pygments_lexer": "ipython3",
768 "version": "3.4.2"
769 }
770 },
753 771 "nbformat": 4,
754 772 "nbformat_minor": 0
755 } No newline at end of file
773 }
@@ -234,16 +234,23 b''
234 234 ],
235 235 "metadata": {
236 236 "kernelspec": {
237 "display_name": "Python 3",
238 "language": "python",
239 "name": "python3"
240 },
241 "language_info": {
237 242 "codemirror_mode": {
238 243 "name": "ipython",
239 244 "version": 3
240 245 },
241 "display_name": "IPython (Python 3)",
242 "language": "python",
243 "name": "python3"
244 },
245 "signature": "sha256:6e4f35a8bc2cb1408b995bc3c006369dd3c3e31a3e6212088f3d1e2abef36407"
246 "file_extension": ".py",
247 "mimetype": "text/x-python",
248 "name": "python",
249 "nbconvert_exporter": "python",
250 "pygments_lexer": "ipython3",
251 "version": "3.4.2"
252 }
246 253 },
247 254 "nbformat": 4,
248 255 "nbformat_minor": 0
249 } No newline at end of file
256 }
@@ -1,6 +1,24 b''
1 1 {
2 2 "cells": [],
3 "metadata": {},
3 "metadata": {
4 "kernelspec": {
5 "display_name": "Python 3",
6 "language": "python",
7 "name": "python3"
8 },
9 "language_info": {
10 "codemirror_mode": {
11 "name": "ipython",
12 "version": 3
13 },
14 "file_extension": ".py",
15 "mimetype": "text/x-python",
16 "name": "python",
17 "nbconvert_exporter": "python",
18 "pygments_lexer": "ipython3",
19 "version": "3.4.2"
20 }
21 },
4 22 "nbformat": 4,
5 23 "nbformat_minor": 0
6 } No newline at end of file
24 }
@@ -870,16 +870,23 b''
870 870 ],
871 871 "metadata": {
872 872 "kernelspec": {
873 "display_name": "Python 3",
874 "language": "python",
875 "name": "python3"
876 },
877 "language_info": {
873 878 "codemirror_mode": {
874 879 "name": "ipython",
875 880 "version": 3
876 881 },
877 "display_name": "IPython (Python 3)",
878 "language": "python",
879 "name": "python3"
880 },
881 "signature": "sha256:55c4f2c75812ec42ca18dcd7e895a056a3faa0e6d567893faf8c85345016be06"
882 "file_extension": ".py",
883 "mimetype": "text/x-python",
884 "name": "python",
885 "nbconvert_exporter": "python",
886 "pygments_lexer": "ipython3",
887 "version": "3.4.2"
888 }
882 889 },
883 890 "nbformat": 4,
884 891 "nbformat_minor": 0
885 } No newline at end of file
892 }
@@ -355,7 +355,25 b''
355 355 ]
356 356 }
357 357 ],
358 "metadata": {},
358 "metadata": {
359 "kernelspec": {
360 "display_name": "Python 3",
361 "language": "python",
362 "name": "python3"
363 },
364 "language_info": {
365 "codemirror_mode": {
366 "name": "ipython",
367 "version": 3
368 },
369 "file_extension": ".py",
370 "mimetype": "text/x-python",
371 "name": "python",
372 "nbconvert_exporter": "python",
373 "pygments_lexer": "ipython3",
374 "version": "3.4.2"
375 }
376 },
359 377 "nbformat": 4,
360 378 "nbformat_minor": 0
361 } No newline at end of file
379 }
@@ -247,7 +247,25 b''
247 247 ]
248 248 }
249 249 ],
250 "metadata": {},
250 "metadata": {
251 "kernelspec": {
252 "display_name": "Python 3",
253 "language": "python",
254 "name": "python3"
255 },
256 "language_info": {
257 "codemirror_mode": {
258 "name": "ipython",
259 "version": 3
260 },
261 "file_extension": ".py",
262 "mimetype": "text/x-python",
263 "name": "python",
264 "nbconvert_exporter": "python",
265 "pygments_lexer": "ipython3",
266 "version": "3.4.2"
267 }
268 },
251 269 "nbformat": 4,
252 270 "nbformat_minor": 0
253 } No newline at end of file
271 }
@@ -1428,6 +1428,7 b''
1428 1428 "metadata": {
1429 1429 "kernelspec": {
1430 1430 "display_name": "Python 3",
1431 "language": "python",
1431 1432 "name": "python3"
1432 1433 },
1433 1434 "language_info": {
@@ -1445,4 +1446,4 b''
1445 1446 },
1446 1447 "nbformat": 4,
1447 1448 "nbformat_minor": 0
1448 } No newline at end of file
1449 }
@@ -161,8 +161,24 b''
161 161 ],
162 162 "metadata": {
163 163 "celltoolbar": "Slideshow",
164 "signature": "sha256:86e99da10fb4a123108149196f182861fa434fb59520b256405c6052601c2486"
164 "kernelspec": {
165 "display_name": "Python 3",
166 "language": "python",
167 "name": "python3"
168 },
169 "language_info": {
170 "codemirror_mode": {
171 "name": "ipython",
172 "version": 3
173 },
174 "file_extension": ".py",
175 "mimetype": "text/x-python",
176 "name": "python",
177 "nbconvert_exporter": "python",
178 "pygments_lexer": "ipython3",
179 "version": "3.4.2"
180 }
165 181 },
166 182 "nbformat": 4,
167 183 "nbformat_minor": 0
168 } No newline at end of file
184 }
@@ -296,7 +296,25 b''
296 296 ]
297 297 }
298 298 ],
299 "metadata": {},
299 "metadata": {
300 "kernelspec": {
301 "display_name": "Python 3",
302 "language": "python",
303 "name": "python3"
304 },
305 "language_info": {
306 "codemirror_mode": {
307 "name": "ipython",
308 "version": 3
309 },
310 "file_extension": ".py",
311 "mimetype": "text/x-python",
312 "name": "python",
313 "nbconvert_exporter": "python",
314 "pygments_lexer": "ipython3",
315 "version": "3.4.2"
316 }
317 },
300 318 "nbformat": 4,
301 319 "nbformat_minor": 0
302 } No newline at end of file
320 }
@@ -45,7 +45,25 b''
45 45 ]
46 46 }
47 47 ],
48 "metadata": {},
48 "metadata": {
49 "kernelspec": {
50 "display_name": "Python 3",
51 "language": "python",
52 "name": "python3"
53 },
54 "language_info": {
55 "codemirror_mode": {
56 "name": "ipython",
57 "version": 3
58 },
59 "file_extension": ".py",
60 "mimetype": "text/x-python",
61 "name": "python",
62 "nbconvert_exporter": "python",
63 "pygments_lexer": "ipython3",
64 "version": "3.4.2"
65 }
66 },
49 67 "nbformat": 4,
50 68 "nbformat_minor": 0
51 } No newline at end of file
69 }
@@ -20,7 +20,25 b''
20 20 ]
21 21 }
22 22 ],
23 "metadata": {},
23 "metadata": {
24 "kernelspec": {
25 "display_name": "Python 3",
26 "language": "python",
27 "name": "python3"
28 },
29 "language_info": {
30 "codemirror_mode": {
31 "name": "ipython",
32 "version": 3
33 },
34 "file_extension": ".py",
35 "mimetype": "text/x-python",
36 "name": "python",
37 "nbconvert_exporter": "python",
38 "pygments_lexer": "ipython3",
39 "version": "3.4.2"
40 }
41 },
24 42 "nbformat": 4,
25 43 "nbformat_minor": 0
26 } No newline at end of file
44 }
@@ -2647,7 +2647,25 b''
2647 2647 ]
2648 2648 }
2649 2649 ],
2650 "metadata": {},
2650 "metadata": {
2651 "kernelspec": {
2652 "display_name": "Python 3",
2653 "language": "python",
2654 "name": "python3"
2655 },
2656 "language_info": {
2657 "codemirror_mode": {
2658 "name": "ipython",
2659 "version": 3
2660 },
2661 "file_extension": ".py",
2662 "mimetype": "text/x-python",
2663 "name": "python",
2664 "nbconvert_exporter": "python",
2665 "pygments_lexer": "ipython3",
2666 "version": "3.4.2"
2667 }
2668 },
2651 2669 "nbformat": 4,
2652 2670 "nbformat_minor": 0
2653 } No newline at end of file
2671 }
@@ -328,7 +328,25 b''
328 328 ]
329 329 }
330 330 ],
331 "metadata": {},
331 "metadata": {
332 "kernelspec": {
333 "display_name": "Python 3",
334 "language": "python",
335 "name": "python3"
336 },
337 "language_info": {
338 "codemirror_mode": {
339 "name": "ipython",
340 "version": 3
341 },
342 "file_extension": ".py",
343 "mimetype": "text/x-python",
344 "name": "python",
345 "nbconvert_exporter": "python",
346 "pygments_lexer": "ipython3",
347 "version": "3.4.2"
348 }
349 },
332 350 "nbformat": 4,
333 351 "nbformat_minor": 0
334 } No newline at end of file
352 }
@@ -860,7 +860,25 b''
860 860 ]
861 861 }
862 862 ],
863 "metadata": {},
863 "metadata": {
864 "kernelspec": {
865 "display_name": "Python 3",
866 "language": "python",
867 "name": "python3"
868 },
869 "language_info": {
870 "codemirror_mode": {
871 "name": "ipython",
872 "version": 3
873 },
874 "file_extension": ".py",
875 "mimetype": "text/x-python",
876 "name": "python",
877 "nbconvert_exporter": "python",
878 "pygments_lexer": "ipython3",
879 "version": "3.4.2"
880 }
881 },
864 882 "nbformat": 4,
865 883 "nbformat_minor": 0
866 } No newline at end of file
884 }
@@ -509,7 +509,25 b''
509 509 ]
510 510 }
511 511 ],
512 "metadata": {},
512 "metadata": {
513 "kernelspec": {
514 "display_name": "Python 3",
515 "language": "python",
516 "name": "python3"
517 },
518 "language_info": {
519 "codemirror_mode": {
520 "name": "ipython",
521 "version": 3
522 },
523 "file_extension": ".py",
524 "mimetype": "text/x-python",
525 "name": "python",
526 "nbconvert_exporter": "python",
527 "pygments_lexer": "ipython3",
528 "version": "3.4.2"
529 }
530 },
513 531 "nbformat": 4,
514 532 "nbformat_minor": 0
515 } No newline at end of file
533 }
@@ -2533,7 +2533,25 b''
2533 2533 ]
2534 2534 }
2535 2535 ],
2536 "metadata": {},
2536 "metadata": {
2537 "kernelspec": {
2538 "display_name": "Python 3",
2539 "language": "python",
2540 "name": "python3"
2541 },
2542 "language_info": {
2543 "codemirror_mode": {
2544 "name": "ipython",
2545 "version": 3
2546 },
2547 "file_extension": ".py",
2548 "mimetype": "text/x-python",
2549 "name": "python",
2550 "nbconvert_exporter": "python",
2551 "pygments_lexer": "ipython3",
2552 "version": "3.4.2"
2553 }
2554 },
2537 2555 "nbformat": 4,
2538 2556 "nbformat_minor": 0
2539 } No newline at end of file
2557 }
@@ -107,7 +107,25 b''
107 107 "source": []
108 108 }
109 109 ],
110 "metadata": {},
110 "metadata": {
111 "kernelspec": {
112 "display_name": "Python 3",
113 "language": "python",
114 "name": "python3"
115 },
116 "language_info": {
117 "codemirror_mode": {
118 "name": "ipython",
119 "version": 3
120 },
121 "file_extension": ".py",
122 "mimetype": "text/x-python",
123 "name": "python",
124 "nbconvert_exporter": "python",
125 "pygments_lexer": "ipython3",
126 "version": "3.4.2"
127 }
128 },
111 129 "nbformat": 4,
112 130 "nbformat_minor": 0
113 } No newline at end of file
131 }
@@ -497,7 +497,25 b''
497 497 ]
498 498 }
499 499 ],
500 "metadata": {},
500 "metadata": {
501 "kernelspec": {
502 "display_name": "Python 3",
503 "language": "python",
504 "name": "python3"
505 },
506 "language_info": {
507 "codemirror_mode": {
508 "name": "ipython",
509 "version": 3
510 },
511 "file_extension": ".py",
512 "mimetype": "text/x-python",
513 "name": "python",
514 "nbconvert_exporter": "python",
515 "pygments_lexer": "ipython3",
516 "version": "3.4.2"
517 }
518 },
501 519 "nbformat": 4,
502 520 "nbformat_minor": 0
503 } No newline at end of file
521 }
@@ -535,8 +535,25 b''
535 535 }
536 536 ],
537 537 "metadata": {
538 "gist_id": "5241793"
538 "gist_id": "5241793",
539 "kernelspec": {
540 "display_name": "Python 3",
541 "language": "python",
542 "name": "python3"
543 },
544 "language_info": {
545 "codemirror_mode": {
546 "name": "ipython",
547 "version": 3
548 },
549 "file_extension": ".py",
550 "mimetype": "text/x-python",
551 "name": "python",
552 "nbconvert_exporter": "python",
553 "pygments_lexer": "ipython3",
554 "version": "3.4.2"
555 }
539 556 },
540 557 "nbformat": 4,
541 558 "nbformat_minor": 0
542 } No newline at end of file
559 }
@@ -182,7 +182,25 b''
182 182 "source": []
183 183 }
184 184 ],
185 "metadata": {},
185 "metadata": {
186 "kernelspec": {
187 "display_name": "Python 3",
188 "language": "python",
189 "name": "python3"
190 },
191 "language_info": {
192 "codemirror_mode": {
193 "name": "ipython",
194 "version": 3
195 },
196 "file_extension": ".py",
197 "mimetype": "text/x-python",
198 "name": "python",
199 "nbconvert_exporter": "python",
200 "pygments_lexer": "ipython3",
201 "version": "3.4.2"
202 }
203 },
186 204 "nbformat": 4,
187 205 "nbformat_minor": 0
188 } No newline at end of file
206 }
@@ -797,7 +797,25 b''
797 797 ]
798 798 }
799 799 ],
800 "metadata": {},
800 "metadata": {
801 "kernelspec": {
802 "display_name": "Python 3",
803 "language": "python",
804 "name": "python3"
805 },
806 "language_info": {
807 "codemirror_mode": {
808 "name": "ipython",
809 "version": 3
810 },
811 "file_extension": ".py",
812 "mimetype": "text/x-python",
813 "name": "python",
814 "nbconvert_exporter": "python",
815 "pygments_lexer": "ipython3",
816 "version": "3.4.2"
817 }
818 },
801 819 "nbformat": 4,
802 820 "nbformat_minor": 0
803 } No newline at end of file
821 }
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now