|
13 | 13 | "source": [
|
14 | 14 | "Robert Johansson\n",
|
15 | 15 | "\n",
|
16 |
| - "Source code listings for [Numerical Python - Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib](https://www.apress.com/us/book/9781484242452) (ISBN 978-1-484242-45-2)." |
| 16 | + "Source code listings for [Numerical Python - Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib](https://link.springer.com/book/10.1007/979-8-8688-0413-7) (ISBN 979-8-8688-0412-0)." |
17 | 17 | ]
|
18 | 18 | },
|
19 | 19 | {
|
|
311 | 311 | "outputs": [
|
312 | 312 | {
|
313 | 313 | "data": {
|
| 314 | + "application/json": { |
| 315 | + "Software versions": [ |
| 316 | + { |
| 317 | + "module": "Python", |
| 318 | + "version": "3.10.12 64bit [Clang 14.0.6 ]" |
| 319 | + }, |
| 320 | + { |
| 321 | + "module": "IPython", |
| 322 | + "version": "8.12.0" |
| 323 | + }, |
| 324 | + { |
| 325 | + "module": "OS", |
| 326 | + "version": "macOS 10.15.7 x86_64 i386 64bit" |
| 327 | + } |
| 328 | + ] |
| 329 | + }, |
314 | 330 | "text/html": [
|
315 |
| - "<table><tr><th>Software</th><th>Version</th></tr><tr><td>Python</td><td>3.6.6 64bit [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]</td></tr><tr><td>IPython</td><td>6.4.0</td></tr><tr><td>OS</td><td>Darwin 17.3.0 x86_64 i386 64bit</td></tr><tr><td colspan='2'>Thu Sep 27 22:36:35 2018 JST</td></tr></table>" |
| 331 | + "<table><tr><th>Software</th><th>Version</th></tr><tr><td>Python</td><td>3.10.12 64bit [Clang 14.0.6 ]</td></tr><tr><td>IPython</td><td>8.12.0</td></tr><tr><td>OS</td><td>macOS 10.15.7 x86\\_64 i386 64bit</td></tr><tr><td colspan='2'>Sat Nov 02 18:02:00 2024 JST</td></tr></table>" |
316 | 332 | ],
|
317 | 333 | "text/latex": [
|
318 | 334 | "\\begin{tabular}{|l|l|}\\hline\n",
|
319 | 335 | "{\\bf Software} & {\\bf Version} \\\\ \\hline\\hline\n",
|
320 |
| - "Python & 3.6.6 64bit [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE\\_401/final)] \\\\ \\hline\n", |
321 |
| - "IPython & 6.4.0 \\\\ \\hline\n", |
322 |
| - "OS & Darwin 17.3.0 x86\\_64 i386 64bit \\\\ \\hline\n", |
323 |
| - "\\hline \\multicolumn{2}{|l|}{Thu Sep 27 22:36:35 2018 JST} \\\\ \\hline\n", |
| 336 | + "Python & 3.10.12 64bit [Clang 14.0.6 ] \\\\ \\hline\n", |
| 337 | + "IPython & 8.12.0 \\\\ \\hline\n", |
| 338 | + "OS & macOS 10.15.7 x86\\_64 i386 64bit \\\\ \\hline\n", |
| 339 | + "\\hline \\multicolumn{2}{|l|}{Sat Nov 02 18:02:00 2024 JST} \\\\ \\hline\n", |
324 | 340 | "\\end{tabular}\n"
|
325 | 341 | ],
|
326 | 342 | "text/plain": [
|
327 | 343 | "Software versions\n",
|
328 |
| - "Python 3.6.6 64bit [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]\n", |
329 |
| - "IPython 6.4.0\n", |
330 |
| - "OS Darwin 17.3.0 x86_64 i386 64bit\n", |
331 |
| - "Thu Sep 27 22:36:35 2018 JST" |
| 344 | + "Python 3.10.12 64bit [Clang 14.0.6 ]\n", |
| 345 | + "IPython 8.12.0\n", |
| 346 | + "OS macOS 10.15.7 x86_64 i386 64bit\n", |
| 347 | + "Sat Nov 02 18:02:00 2024 JST" |
332 | 348 | ]
|
333 | 349 | },
|
334 | 350 | "execution_count": 2,
|
|
339 | 355 | "source": [
|
340 | 356 | "%version_information"
|
341 | 357 | ]
|
| 358 | + }, |
| 359 | + { |
| 360 | + "cell_type": "code", |
| 361 | + "execution_count": null, |
| 362 | + "metadata": {}, |
| 363 | + "outputs": [], |
| 364 | + "source": [] |
342 | 365 | }
|
343 | 366 | ],
|
344 | 367 | "metadata": {
|
345 | 368 | "kernelspec": {
|
346 |
| - "display_name": "py36", |
| 369 | + "display_name": "npbook_py310", |
347 | 370 | "language": "python",
|
348 |
| - "name": "py36" |
| 371 | + "name": "npbook_py310" |
349 | 372 | },
|
350 | 373 | "language_info": {
|
351 | 374 | "codemirror_mode": {
|
|
357 | 380 | "name": "python",
|
358 | 381 | "nbconvert_exporter": "python",
|
359 | 382 | "pygments_lexer": "ipython3",
|
360 |
| - "version": "3.6.8" |
| 383 | + "version": "3.10.12" |
361 | 384 | }
|
362 | 385 | },
|
363 | 386 | "nbformat": 4,
|
364 |
| - "nbformat_minor": 2 |
| 387 | + "nbformat_minor": 4 |
365 | 388 | }
|
0 commit comments