Skip to content

Commit 799cd2b

Browse files
committed
updates for 3rd edition
1 parent 1a76c29 commit 799cd2b

28 files changed

+38170
-21635
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Numerical Python: A Practical Techniques Approach for Industry
1+
# Numerical Python: Scientific Computing and Data Science Applications with NumPy, SciPy and Matplotlib
22

33
Robert Johansson
44

5-
This repository contains source code listings in the form of IPython notebooks for the book Numerical Python: A Practical Techniques Approach for Industry (ISBN 978-1-484205-54-9). For the official code listings download page, see http://www.apress.com/9781484205549.
5+
This repository contains source code listings in the form of IPython notebooks for the book [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), 3rd edition.

ch01-Markdown.ipynb

+37-14
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"Robert Johansson\n",
1515
"\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)."
1717
]
1818
},
1919
{
@@ -311,24 +311,40 @@
311311
"outputs": [
312312
{
313313
"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+
},
314330
"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>"
316332
],
317333
"text/latex": [
318334
"\\begin{tabular}{|l|l|}\\hline\n",
319335
"{\\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",
324340
"\\end{tabular}\n"
325341
],
326342
"text/plain": [
327343
"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"
332348
]
333349
},
334350
"execution_count": 2,
@@ -339,13 +355,20 @@
339355
"source": [
340356
"%version_information"
341357
]
358+
},
359+
{
360+
"cell_type": "code",
361+
"execution_count": null,
362+
"metadata": {},
363+
"outputs": [],
364+
"source": []
342365
}
343366
],
344367
"metadata": {
345368
"kernelspec": {
346-
"display_name": "py36",
369+
"display_name": "npbook_py310",
347370
"language": "python",
348-
"name": "py36"
371+
"name": "npbook_py310"
349372
},
350373
"language_info": {
351374
"codemirror_mode": {
@@ -357,9 +380,9 @@
357380
"name": "python",
358381
"nbconvert_exporter": "python",
359382
"pygments_lexer": "ipython3",
360-
"version": "3.6.8"
383+
"version": "3.10.12"
361384
}
362385
},
363386
"nbformat": 4,
364-
"nbformat_minor": 2
387+
"nbformat_minor": 4
365388
}

0 commit comments

Comments
 (0)