Demo Notebook
Demo Notebook#
This is the demonstration notebook to show you how to run Python code.
Markdown cells support a variety of formatting features such as bold and italics. Also:
bulleted
lists
and
numbered
lists
We can also show mathmatical expressions, like \(y = mx + b\).
"Hello, world"
'Hello, world'
5
5
print("Hello, world")
Hello, world