Example Notebook

I actually generated this notebook instead of taking it off the shelf.

a = [1, 2, 3]
for i in a:
    print(i)

Out:

1
2
3

And some Math

Offset:

\[\frac{1}{N}\sum_{i=i}{N}x_i\]

And then in \(\frac{1}{N}\sum_{i=i}{N}x_i\) a paragraph.

Total running time of the script: ( 0 minutes 0.001 seconds)

Gallery generated by Sphinx-Gallery