Beispiel Notebook basierend auf Python

Contents

Beispiel Notebook basierend auf Python#

bold text , italic text

´monospace font´

indented text

u1#

  • a list

    • sub item

    • sub item

  1. numbered list

    1. numbered sublist

  2. numbered list

u2#

Note

a note

blue boxes:

Tip: Use blue boxes (alert-info) for tips and notes. If it’s a note, you don’t have to include the word “Note”.

yellow boxes:

Example: Use yellow boxes for examples that are not inside code cells, or use for mathematical formulas if needed.

horizontal line


Just don't: In general, avoid the red boxes. These should only be used for actions that might cause data loss or another major issue.

u3#

1 + 1
2

\begin{equation*} 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for \(|q|<1\)}. \end{equation*}