Jupyter stuff is "for" Python by default. (More on that later)
from IPython.display import SVG
import msprime
ts = msprime.simulate(5, random_seed=42, recombination_rate=0.5)
SVG(ts.draw_svg())
rust programming language. Not as mature, but off to a good start.In markdown, you use $\LaTeX$ notation to write math. Display math is in double dollar signs. For example, $$e=mc^2.$$
Use nbconvert. For example:
jupyter nbconvert --to slides NotebookSlides.ipynb