In [2]:
print ("Hello Jupyter Notebook!")


Hello Jupyter Notebook!

The following should render the Pythagorean theorem's equation via Mathjax: $$c = \sqrt{a^2 + b^2}$$


In [1]:
from IPython.display import display, Math, Latex
display(Math(r'F(k) = \int_{-\infty}^{\infty} f(x) e^{2\pi i k} dx'))


$$F(k) = \int_{-\infty}^{\infty} f(x) e^{2\pi i k} dx$$