Robert Johansson
Source code listings for Numerical Python - Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib (ISBN 979-8-8688-0412-0).
Test notebook for Markdown table in Chapter 1.
Text that is surrounded by asterisks *text* is displayed as italics: text
Text that is surrounded by double asterisks **text** is displayed as bold: text
Text that is surrounded by double tidle ~~text~~ is displayed as strike-through: text
Text that is quoted with ` characters are displayed as fixed-width font:
text
URLs are written as [URL text](http://www.example.com): URL text
Separate the text of two paragraphs with an empty line.
This is a new paragraph.
Text that start with four spaces is displayed as verbatim:
def func(x):
return x ** 2
The format for tables are as follows:
| A | B | C |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
| A | B | C |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
A line with three dashes --- is shown as a horizontal line:
Lines that start with > are displayed as a block quote:
Text here is indented and offset from the main text body.
Unordered lists are created by starting lines with *
Ordered lists are created by simply enumerating lines with numbers followed a period: 1. ..., 2. ..., etc.
Images can be included using  or :


Inline LaTeX equations can be included using $\LaTeX$: $\LaTeX$
Displayed LaTeX equations (centered, and on a new line): $$\LaTeX$$
It is also possible to use latex environments like equation, eqnarray, align:
\begin{equation} x = 1 \end{equation}
\begin{eqnarray} x = 2 \end{eqnarray}
\begin{align} x = 3 \end{align}
%reload_ext version_information
%version_information
| Software | Version |
|---|---|
| Python | 3.10.12 64bit [Clang 14.0.6 ] |
| IPython | 8.12.0 |
| OS | macOS 10.15.7 x86\_64 i386 64bit |
| Sat Nov 02 18:02:00 2024 JST | |