Watch this space. This is under development.
An example of using math equations in a slide
$$ J(\theta_0,\theta_1) = \sum_{i=0} $$
def greet(name):
print ('Hello', name)
greet('Jack')
greet('Jill')
greet('Bob')