Note
Go to the end to download the full example code or to run this example in your browser via Binder
Example Notebook¶
This is an example notebook to show how notebook examples in the docs look.
print("woo")
from IPython.display import display, HTML
display(HTML('<img src="https://http.cat/200"></img>'))
woo
<IPython.core.display.HTML object>
Heading 2¶
Heading 3¶
And a paragraph, then an equation.
\[\sum_i^n {a_i b_i}\]
Total running time of the script: (0 minutes 0.645 seconds)