Robert Johansson
Source code listings for Numerical Python - Scientific Computing and Data Science Applications with Numpy, SciPy and Matplotlib (ISBN 978-1-484242-45-2).
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.6.6 64bit [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] |
| IPython | 6.4.0 |
| OS | Darwin 17.3.0 x86_64 i386 64bit |
| Thu Sep 27 22:36:35 2018 JST | |