this = 'is a code block' x = 1 no = 'really!' p = argwhere(x == 2)
C1 C2
a b c d
from pylab import linspace t = linspace(0, 1) x = t**2
Lorem impslum...
from pylab import * x = logspace(0, 1) y = x**2 figure() plot(x, y) show()
This is a quote!